Description Usage Arguments Details Value Examples
Gets a display-friendly name of a BiclusterStrategy that includes its biclustering algorithm, its thresholding algorithm, and the number of biclusters.
1 2 3 4 |
bcs |
A |
This function may not be used to modify a BiclusterStrategy's name.
character string
1 2 3 4 | bce <- BiclusterExperiment(yeast_benchmark[[1]])
bce <- addStrat(bce, k = 2)
bcs <- getStrat(bce, 1)
name(bcs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.