Description Usage Arguments Value
View source: R/plotASVCircular.R
Plot the ASVs distribution in each topic.
1 2 3 4 5 6 7 8 9 | plotASVCircular(
ps,
K,
beta_aligned,
varnames = c("iterations", "topic", "rsv_ix"),
value_name = "beta_h",
taxonomylevel = "Class",
thresholdASVprop = 0.008
)
|
ps |
phyloseq object. |
K |
integer. number of topics. |
beta_aligned |
List. returned object of betaAligned(). |
varnames |
Character vector. Use to name column of long formatted data frame of ASVs distribution. An example is c("iterations", "topic", "rsv_ix") |
value_name |
Character. Use to name the summary of posterior samples of ASVs proportions. |
taxonomylevel |
Character. Use to label ASVs. |
thresholdASVprop |
Numberic. Use to select ASVs for circular plot. |
A ggplot2 object. A circular plot annotated with phylogenetic tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.