getBroadSubtypes: Download expression-based cancer subtypes from the Broad...

View source: R/getBroadSubtypes.R

getBroadSubtypesR Documentation

Download expression-based cancer subtypes from the Broad Institute

Description

Obtain the mRNA expression clustering results from the Broad Institute for a specific cancer code (see getFirehoseDatasets).

Usage

getBroadSubtypes(dataset, clust.alg = c("CNMF", "ConsensusPlus"))

Arguments

dataset

A TCGA cancer code, e.g. "OV" for ovarian cancer

clust.alg

The selected cluster algorithm, either "CNMF" or "ConsensusPlus" (default "CNMF")

Value

A data.frame of cluster and silhouette values

Author(s)

Ludwig Geistlinger

Examples

co <- getBroadSubtypes("COAD", "CNMF")
head(co)


mksamur/RTCGAToolbox documentation built on Oct. 29, 2023, 10:06 p.m.