Description Usage Arguments Value See Also Examples
This function search for biclusters in the input matrix. The calculations are based on the integer matrix with indexes indicating positions of j-th smallest element in each row and the results from calculations of Longest Common Subsequence between all rows in the input matrix. The paramteres of this function can be obtained from other functions provided by this package.
1 2 | cluster(discreteInput, discreteInputValues, scores, geneOne, geneTwo, rowNumber,
colNumber)
|
discreteInput |
an integer matrix with indices of sorted columns |
discreteInputValues |
an integer matrix with discrete values |
scores |
a numeric vector with LCS length |
geneOne |
a numeric vector with first row indexes from pairwise LCS calculation |
geneTwo |
a numeric vector with second row indexes from pairwise LCS calculation |
rowNumber |
a int with number of rows in the input matrix |
colNumber |
a int with number of columns in the input matrix |
a list with information of found biclusters
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.