Description Usage Arguments Value Examples
View source: R/outlier_plotting_functions.R
Plot out a heatmap
1 2 3 4 | create_heatmap(counttab = counttab,
colmetatable = NULL, colannotationlist = NULL,
colclusterparam = FALSE, rowclusterparam = FALSE,
nameparam)
|
counttab |
table with counts, samples -x-axis, features -y-axis |
colmetatable |
the metatable containing information for the columns |
colannotationlist |
annotation table for columns, based off colmetatable |
colclusterparam |
cluster the columns? |
rowclusterparam |
cluster the rows? |
nameparam |
the title on the heatmap |
prints a pdf heatmap out to the designated outpath
1 2 3 4 5 6 7 8 | data("sample_phosphodata")
counttab <- sample_phosphodata
nameparam <- "testplot"
create_heatmap(counttab = counttab,
colmetatable = NULL,
colannotationlist = NULL,colclusterparam = FALSE,
rowclusterparam = FALSE, nameparam)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.