bioinformatics-toolkit-0.9.3: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.RealWorld.UCSC

Synopsis

Documentation

data UCSCGene Source #

Constructors

UCSCGene 
Instances
Show UCSCGene Source # 
Instance details

Defined in Bio.RealWorld.UCSC

getTSS :: UCSCGene -> (ByteString, Int) Source #

get Transcription Start Site

getJunction :: UCSCGene -> (ByteString, Vector Int) Source #

get exon-intron junctions

readUCSCGenes :: FilePath -> ConduitT i UCSCGene IO () Source #

read genes from UCSC "knownGenes.tsv"