View source: R/outlier_plotting_functions.R
create_heatmap | R Documentation |
Plot out a heatmap
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
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.