- Notifications
You must be signed in to change notification settings - Fork1
Genome annotation data analysis and management implemented in pure Python
License
NotificationsYou must be signed in to change notification settings
standage/tag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Computational biology is 90% text formatting and ID cross-referencing!
-- discouraged graduate students everywhere
tag is a free open-source software package for analyzing genome annotation data.
# Compute number of exons per geneimporttagreader=tag.GFF3Reader(infilename='/data/genomes/mybug.gff3.gz')forgeneintag.select.features(reader,type='gene'):exons= [featforfeatingeneiffeat.type==exon]print('num exons:',len(exons))
To install the most recent stable release executepip install tag
from your terminal.Full installation instructions and project documentation are available athttps://tag.readthedocs.io.
About
Genome annotation data analysis and management implemented in pure Python
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published