bio-0.5.3: A bioinformatics library

Safe HaskellSafe-Inferred

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