getBFCluster {mosbi} | 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)