Description Usage Arguments Value Author(s) References Examples
View source: R/phylo.barplot.R
Barplot for *ITChip sample (across taxa) with higher-level taxonomic groups indicated by colours.
1 2 |
x |
Data vector across taxa (each element should be named by taxon) |
color.level |
Higher-order phylogenetic level to indicate by colors |
phylogeny.info |
oligo-phylotype mappings |
title |
title |
plot |
draw plot TRUE/FALSE |
sort |
sort the effects by magnitude |
ggplot2 object
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 3 4 | data(peerj32)
phylogeny.info <- GetPhylogeny('HITChip', 'filtered')
signal <- unlist(peerj32$microbes[1, 1:10])
p <- phylo.barplot(signal, 'L1', phylogeny.info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.