Skip to content

kylessmith/hg38genome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hg38_genome

Build Status PyPI version Coffee

A package to work with hg38 genomic intervals.

Install

If you dont already have numpy and scipy installed, it is best to download Anaconda, a python distribution that has them included.

    https://continuum.io/downloads

Dependencies can be installed by:

    pip install -r requirements.txt

PyPI install, presuming you have all its requirements installed:

    pip install hg38_genome(not yet!!)

Usage

# ailist version: 0.1.7
from hg38_genome import Hg38Genome
genome = Hg38Genome()
genome.n_CpGs

genome.n_bases

genome.tss()

genome.tss(upstream=1000, downstream=1000)

About

hg38 annotations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published