Biotech > FAQ > BioPerl FAQ (Frequently Asked Questions)

How do I parse a sequence file?

To see other biotech frequently asked questions, please visit http://biotech.fyicenter.com/faq/

(Continued from previous question...)

How do I parse a sequence file?

Use the Bio::SeqIO system. This will create Bio::Seq objects for you. For more information see the BioPerl Tutorials, the SeqIO HOWTO, the Bio::SeqIO Wiki page, or the Bio::SeqIO POD documentation (or type perldoc Bio::SeqIO).

(Continued on next question...)

Other Frequently Asked Questions