Biotech > FAQ > BioPerl FAQ (Frequently Asked Questions)

How can I learn how to use a module?

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

(Continued from previous question...)

How can I learn how to use a module?

 % perldoc MODULE

Careful - spelling and case count!

The BioPerl Tutorials will provide a good introduction. You may also find useful documentation in the form of a HOWTOs. There are links to tutorials off the bioperl website that may provide some additional help. There are also many scripts in the examples/ and scripts/ directories that may be useful - see the BioPerl scripts page for brief descriptions.

Additionally we have written many tests for our modules, you can see test data and example usage of the modules in these tests - look in the test dir, called t/.

(Continued on next question...)

Other Frequently Asked Questions