Skip to content

DeadlineWasYesterday/gmcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmcomp: gene model comparisons

For comparing gene models across different annotations of the same genome.

Install

pip install gmcomp

Usage

gmcomp annotation_file1.gff annotation_file2.gff annotation_file3.gff

Description

Currently accepts gff/gtf files. The program will export a table of shared gene models across annotations, graphs for number of gene/transcript matches with a positional start/end offset from 0-5000, and graphs for fraction of gene/transcript overlaps from one annotation to another.

Dependencies

numpy, pandas, matplotlib and seaborn

Example Output

On four sets of genome annotations on the Arabidopsis thaliana genome.

Gene offsets:

Shared feature counts:

Gene overlaps:

About

For comparing gene models across different annotations of the same genome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages