bio-0.4.7: A bioinformatics library

Bio.Sequence.SFF_name

Synopsis

Documentation

data ReadName Source

Read names encode various information, as per this struct.

Constructors

ReadName 

Fields

date :: (Int, Int, Int)
 
time :: (Int, Int, Int)
 
region :: Int
 
x_loc :: Int
 
y_loc :: Int
 

Instances

divMods :: Int -> [Int] -> [Int]Source