Skip to content

chaochungkuo/gencoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenCoor

License: MIT CodeFactor Build Status

GenCoor (Genomic Coordinates) is a convenient Python3 package for loading, manipulating and analyzing genomic coordinates of any given genome.

It provides:

  • a fundamental object for any genomic coordinates
  • many useful functions for manipulating those genomic coordinates
  • optimizing performance by Cython
  • integration of the genome annotation files
  • possibility to develop the customized tools for your purpose

Overview of basic classes

  • GenCoorSet: Load, manipulating and save the genomic coordinates.
  • Annotation: Load and filter the genome annotation file (GTF format) as well as outputting the customized genomic coordinates.

Installation

Examples:

** Load a BED file

** Get all protein coding genes from human genome

**

Releases

No releases published

Packages

No packages published

Languages