xsact-1.6: Cluster EST sequencesSource codeContentsIndex
Clix
Synopsis
clix :: Int -> [[Suffix]] -> [[Suffix]]
clix' :: Int -> Int -> [[Suffix]] -> [[Suffix]]
Documentation
clix :: Int -> [[Suffix]] -> [[Suffix]]Source
clix calculates the cliques resulting from sorting to a specific depth
clix' :: Int -> Int -> [[Suffix]] -> [[Suffix]]Source
takes current offset and target offset and sorts the suffixes to the target depth. fixme: seems to cause a stack overflow if cliques become large(?)
Produced by Haddock version 2.4.2