xsact-1.6: Cluster EST sequencesSource codeContentsIndex
Cluster
Synopsis
type Cluster = (Set EST, [SMPair])
cluster_single :: Bool -> [EST] -> Int -> [SMPair] -> [Cluster]
cluster_simple :: Bool -> [EST] -> Int -> [SMPair] -> [Cluster]
cluster_all :: Bool -> [EST] -> Int -> [SMPair] -> [Cluster]
labels :: Cluster -> String
newick :: Cluster -> String
unigene :: Cluster -> String
Documentation
type Cluster = (Set EST, [SMPair])Source
cluster_single :: Bool -> [EST] -> Int -> [SMPair] -> [Cluster]Source
cluster_simple :: Bool -> [EST] -> Int -> [SMPair] -> [Cluster]Source
cluster builds a single linkage transitive closure
cluster_all :: Bool -> [EST] -> Int -> [SMPair] -> [Cluster]Source
labels :: Cluster -> StringSource
newick :: Cluster -> StringSource
unigene :: Cluster -> StringSource
Produced by Haddock version 2.4.2