Skip to content

pyranges/gtfreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtfreader

Fast GTF reading into pandas DataFrames.

Install

python -m pip install -e .

Example

from gtfreader import read_gtf

df = read_gtf("annotation.gtf")
print(df.columns)
print(df.head())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors