Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Genome annotation data analysis and management implemented in pure Python

License

NotificationsYou must be signed in to change notification settings

standage/tag

Repository files navigation

Supported Python versionsPyPI versionGenHub build statuscodecov.io coverage

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.


[8]ページ先頭

©2009-2025 Movatter.jp