Description Usage Arguments Value Author(s) Examples
View source: R/getBroadSubtypes.R
Obtain the mRNA expression clustering results from the Broad Institute for a specific cancer code (see getFirehoseDatasets).
1 | getBroadSubtypes(dataset, clust.alg = c("CNMF", "ConsensusPlus"))
|
dataset |
A TCGA cancer code, e.g. "OV" for ovarian cancer |
clust.alg |
The selected cluster algorithm, either "CNMF" or "ConsensusPlus" (default "CNMF") |
A data.frame
of cluster and silhouette values
Ludwig Geistlinger
1 2 | co <- getBroadSubtypes("COAD", "CNMF")
head(co)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.