2015-04-11 17:00:12 +02:00
|
|
|
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.
|
2005-10-15 22:09:50 +02:00
|
|
|
|
2015-04-11 17:00:12 +02:00
|
|
|
[1] http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene
|
2005-10-15 22:09:50 +02:00
|
|
|
|
2015-04-11 17:00:12 +02:00
|
|
|
The parser will report error & line number if input data does not conform
|
|
|
|
to the NCBI Entrez Gene genome annotation file format.
|
2016-05-19 12:21:23 +02:00
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Bio-ASN1-EntrezGene
|