TCGA_plotImportantGenes: TCGA_plotImportantGenes

Description Usage Arguments Value Examples

View source: R/FindImportantGenes.R

Description

TCGA_plotImportantGenes

Usage

1
TCGA_plotImportantGenes(geneSums, numPlotted = 15, mean = NULL)

Arguments

geneSums

importanceList result from from TCGA_getImportantGenes

numPlotted

Number of genes to be plotted ( default is 15 )

mean

Mean result from TCGA_GetImportantGenes

Value

Barplot of gene importance

Examples

1
2
3
4
5
data(OV)
X = TCGA_cleanData(OV)
G = RJclust(X, 3)$classification
important_genes = TCGA_getImportantGenes(OV, G, 0, 1)
TCGA_plotImportantGenes( important_genes$importanceList, 20 )

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