blob: 31a192ccaaf7ea5bb310cff898f9c8bce8792535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI
Entrez Gene genome databases [1]. It parses an ASN.1-formatted Entrez Gene
record and returns a data structure that contains all data items from the
gene record.
[1] http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene
The parser will report error & line number if input data does not conform
to the NCBI Entrez Gene genome annotation file format.
WWW: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
|