bio-0.4.6: A bioinformatics librarySource codeContentsIndex
Bio.Sequence.SFF_name
Synopsis
data ReadName = ReadName {
date :: (Int, Int, Int)
time :: (Int, Int, Int)
region :: Int
x_loc :: Int
y_loc :: Int
}
decodeReadName :: ByteString -> Maybe ReadName
decodeLocation :: ByteString -> Maybe (Int, Int)
decodeDate :: ByteString -> Maybe [Int]
encodeReadName :: ReadName -> ByteString
encodeLocation :: Int -> Int -> ByteString
encodeRegion :: Int -> ByteString
encodeDate :: (Int, Int, Int) -> (Int, Int, Int) -> ByteString
divMods :: Int -> [Int] -> [Int]
decode36 :: ByteString -> Maybe Int
decCh :: Char -> Maybe Int
encode36 :: Int -> ByteString
b36 :: UArray Int Char
Documentation
data ReadName Source
Read names encode various information, as per this struct.
Constructors
ReadName
date :: (Int, Int, Int)
time :: (Int, Int, Int)
region :: Int
x_loc :: Int
y_loc :: Int
show/hide Instances
decodeReadName :: ByteString -> Maybe ReadNameSource
decodeLocation :: ByteString -> Maybe (Int, Int)Source
decodeDate :: ByteString -> Maybe [Int]Source
encodeReadName :: ReadName -> ByteStringSource
encodeLocation :: Int -> Int -> ByteStringSource
encodeRegion :: Int -> ByteStringSource
encodeDate :: (Int, Int, Int) -> (Int, Int, Int) -> ByteStringSource
divMods :: Int -> [Int] -> [Int]Source
decode36 :: ByteString -> Maybe IntSource
decCh :: Char -> Maybe IntSource
encode36 :: Int -> ByteStringSource
b36 :: UArray Int CharSource
Produced by Haddock version 2.6.1