bioinformatics-toolkit-0.5.0: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.RealWorld.UCSC

Synopsis

Documentation

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"