clean_bicluster_list | R Documentation |
Clean a list of biclusters, by returning only the valid ones,
clean_bicluster_list(bics)
bics |
A list of bicluster objects. |
A lis tof bicluster objects
b <- list(bicluster(row=c(1,2,3,4), column=c(1,2,3,4)), bicluster(row=c(3,4,5,6), column=c(3,4,5,6))) clean_bicluster_list(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.