TCGA_plotImportantPatients: plotTopPatients

Description Usage Arguments Value Examples

Description

plotTopPatients

Usage

1
2
TCGA_plotImportantPatients(patientSums, numPlotted = 15, mean = NULL,
  fullID = FALSE)

Arguments

patientSums

patientSums column result from running getTopPatients

numPlotted

Number of patients to be plotted (default is 15)

mean

mean result from running gettopPatients (optional)

fullID

Do you wnat the full patient ID plotted? (Default is FALSE)

Value

Barplot of patient importance

Examples

1
2
3
4
data(OV)
X = TCGA_cleanData(OV)
topPatients = TCGA_getImportantPatients(X)
TCGA_plotImportantPatients(topPatients$patientSums, 20, topPatients$mean)

rshudde/RJclust documentation built on Dec. 8, 2019, 4:06 p.m.