View source: R/volcano_plot_for_res.fitZig.R
Calculate distance and extract subjects
1 2 3 4 5 6 7 8 9 10 | mf.volcano_plot(
data,
aggTaxonLvl = "Genus",
plot.out = FALSE,
x.margin = 0.25,
y.margin = 0.25,
ggplot.theme = theme_bw(),
cbPalette = c("#56B4E9", "#D55E00", "#999999", "#009E73", "#F0E442", "#0072B2",
"#D55E00", "#CC79A7", "#00AFBB", "#E7B800", "#FC4E07")
)
|
data |
A matrix-class object |
aggTaxonLvl |
<character; input> |
plot.out |
FALSE |
x.margin |
default:0.25 |
y.margin |
default: 0.25 |
ggplot.theme |
default: theme_bw(), |
cbPalette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.