Safe Haskell | None |
---|---|
Language | Haskell98 |
- data GenoCallBlock = GenoCallBlock {}
- data GenoCallSite = GenoCallSite {
- snp_stats :: CallStats
- snp_likelihoods :: [Int]
- indel_stats :: CallStats
- indel_variants :: [IndelVariant]
- indel_likelihoods :: [Int]
Documentation
data GenoCallBlock Source
File format for genotype calls.
To output a container file, we need to convert calls into a stream of sensible objects. To cut down on redundancy, the object will have a header that names the reference sequence and the start, followed by calls. The calls themselves have contiguous coordinates, we start a new block if we have to skip; we also start a new block when we feel the current one is getting too large.
data GenoCallSite Source
GenoCallSite | |
|