xsact-1.6: Cluster EST sequencesSource codeContentsIndex
Pairs
Synopsis
data Match = Match !Suffix !Suffix
data SMPair = SMPair !Dir !EST !EST !Int [Block]
class Pair a n | a -> n where
score :: a -> Int
ests :: a -> (n, n)
pairs :: Bool -> [Match] -> [SMPair]
matches :: [[Suffix]] -> [Match]
sort_pure :: [Match] -> [Match]
sort_io :: [EST] -> String -> [Match] -> IO [Match]
mpairs :: Bool -> [Match] -> [(Maybe MPair, Maybe MPair)]
elim_bs :: SMPair -> SMPair
psort :: [SMPair] -> [SMPair]
collect :: Bool -> [Match] -> [([Match], [Match])]
blocks :: ([Match], [Match]) -> (Maybe MPair, Maybe MPair)
showmatch :: Match -> String
direction :: SMPair -> Bool
prefixes :: Int -> [[Gene]]
merge_suffix_lists :: [EST] -> Int -> String -> IO [Match]
show_header :: SMPair -> String
show_regs :: SMPair -> String
Documentation
data Match Source
Constructors
Match !Suffix !Suffix
show/hide Instances
data SMPair Source
Constructors
SMPair !Dir !EST !EST !Int [Block]
show/hide Instances
class Pair a n | a -> n whereSource
Methods
score :: a -> IntSource
ests :: a -> (n, n)Source
show/hide Instances
pairs :: Bool -> [Match] -> [SMPair]Source
Construct scored pairs from {tt Match}es.
matches :: [[Suffix]] -> [Match]Source
sort_pure :: [Match] -> [Match]Source
sort_io :: [EST] -> String -> [Match] -> IO [Match]Source
mpairs :: Bool -> [Match] -> [(Maybe MPair, Maybe MPair)]Source
elim_bs :: SMPair -> SMPairSource
psort :: [SMPair] -> [SMPair]Source
sort pairs by score
collect :: Bool -> [Match] -> [([Match], [Match])]Source
blocks :: ([Match], [Match]) -> (Maybe MPair, Maybe MPair)Source
showmatch :: Match -> StringSource
direction :: SMPair -> BoolSource
prefixes :: Int -> [[Gene]]Source
calculate prefixes (also used in Xsact)
merge_suffix_lists :: [EST] -> Int -> String -> IO [Match]Source
show_header :: SMPair -> StringSource
show_regs :: SMPair -> StringSource
Produced by Haddock version 2.4.2