Description Usage Arguments Value Author(s) References Examples
Add oligprofile heatmap into output directory.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | add.heatmap(
dat,
output.dir,
output.file = NULL,
taxonomy,
ppcm = 150,
hclust.method = "complete",
palette = "white/black",
level = "L1",
metric = "pearson",
figureratio = 10,
fontsize = 40,
tree.display = TRUE
)
|
dat |
oligoprofile data in original (non-log) domain |
output.dir |
output data directory |
output.file |
output file name |
taxonomy |
oligo-phylotype mappings |
ppcm |
figure size |
hclust.method |
hierarchical clustering method |
palette |
color palette ("white/black" / "white/blue" / "black/yellow/white") |
level |
taxonomic level to show |
metric |
clustering metric |
figureratio |
figure ratio |
fontsize |
font size |
tree.display |
tree.display |
Plotting parameters
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation("microbiome")
1 | # data(peerj32); hc <- add.heatmap(peerj32$microbes[, 1:4])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.