View source: R/getBroadSubtypes.R
getBroadSubtypes | R Documentation |
Obtain the mRNA expression clustering results from the Broad Institute for a specific cancer code (see getFirehoseDatasets).
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
co <- getBroadSubtypes("COAD", "CNMF")
head(co)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.