hm_gpa_sel | R Documentation |
Generate a heatmap with classification worthy genes and cancer groups
hm_gpa_sel( expDat, genes, grps, maxPerGrp = 100, cRow = FALSE, cCol = FALSE, limits = c(0, 10), toScale = FALSE, fontsize_row = 4, reOrderCells = FALSE, ... )
expDat |
normalized expression matrix from |
genes |
classification worth genes from |
grps |
a vector that maps sample names to a cancer category |
maxPerGrp |
the number max samples per group |
cRow |
TRUE if the rows should be clustered |
cCol |
TRUE if the columns should be clustered |
limits |
a vector of size 2 indicating the lowest and highest range for expression level |
toScale |
TRUE if the data should be scaled |
fontsize_row |
the font size for the row labels |
a heatmap of genes and their groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.