| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bio.HTS.Types
- htsCtx :: Context
- newtype BamFileHandle = BamFileHandle (Ptr HTSFile)
- data FileHeader
- data BamHdr
- data HTSFile
- type Bam = ForeignPtr Bam'
- data Bam'
- data Sam = Sam {}
- newtype Flag = Flag Word16
- showSam :: Sam -> ByteString
Documentation
newtype BamFileHandle Source #
Constructors
| BamFileHandle (Ptr HTSFile) |
type Bam = ForeignPtr Bam' Source #
currently only contains 11 mandatory fields
Constructors
| Sam | |
showSam :: Sam -> ByteString Source #