getBFCluster | R Documentation |
Get a bicluster a Bi-Force output file
getBFCluster(filename, cluster)
filename |
Name of the Bi-Force output file. |
cluster |
Number of the bicluster that should be extracted. |
Bicluster as list with rownames in attribute "row" and colnames in attribute "column".
a <- "PathToBiForceOutput.txt" # getBFCluster(a, cluster=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.