PYTHON Which of the following functions would you use to read all the FASTA sequences from a single sequence file?
SeqIO.parse("ls_orchid.fasta", "fasta") |
||
SeqIO.read("ls_orchid.fasta", "fasta", all=True) |
||
SeqIO.read("ls_orchid.fasta", "fasta") |
||
SeqIO.parse("fasta", "ls_orchid.fasta") |
Get Answers For Free
Most questions answered within 1 hours.