bioinformatics-toolkit-0.7.0: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.RealWorld.GENCODE

Synopsis

Documentation

data Gene Source #

GTF's position is 1-based, but here we convert it to 0-based indexing.

Constructors

Gene 
Instances
Show Gene Source # 
Instance details

Defined in Bio.RealWorld.GENCODE

Methods

showsPrec :: Int -> Gene -> ShowS #

show :: Gene -> String #

showList :: [Gene] -> ShowS #

readGenes :: FilePath -> IO [Gene] Source #

Read gene information from Gencode GTF file