Description Usage Arguments Value Author(s) Examples
View source: R/plot-ggdiffbartaxa.R
get the mean and median of specific feature.
1 | get_mean_median(datameta, feature, subclass)
|
datameta |
data.frame, nrow sample * ncol feature + factor. |
feature |
character vector, the feature contained in datameta. |
subclass |
character, factor name. |
featureMeanMedian object, contained the abundance of feature, and the mean and median of feature by subclass.
Shuangbin Xu
1 2 3 4 5 6 7 8 9 10 11 | data(hmp_aerobiosis_small)
head(sampleda)
featureda <- merge(featureda, sampleda, by=0)
rownames(featureda) <- as.vector(featureda$Row.names)
featureda$Row.names <- NULL
feameamed <- get_mean_median(datameta=featureda,
feature="p__Actinobacteria",
subclass="body_site")
#not run in example
#fplot <- ggdifftaxbar(feameamed, featurename="p__Actinobacteria",
# classgroup="oxygen_availability", subclass="body_site")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.