metcountplot | R Documentation |
counts and plots significant metabolite
metcountplot(
df_metclass,
metclass,
plotting,
thres_logfC,
updown_fillcolor = c("red", "green")
)
df_metclass |
dataframe having significant metabolite with metabolite class as obtained from map_refmet_class.R |
metclass |
sub_class, main_class or super_class |
plotting |
logical TRUE or FALSE, default true |
thres_logfC |
log2 fold change threshold |
updown_fillcolor |
user-defined fill color for the bars for up/increased and down/decreased metabolites |
count_changes = metcountplot(df_metclass=sig_metabolites_pubchem, metclass='sub_class', plotting=TRUE, thres_logfC = 0.5, updown_fillcolor=c("red", "green"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.