Description Usage Arguments Value Examples
The goodness of clustering assessed by the silhouette coefficient. It works with the output of 'mbecVarianceStats()' for the method 's.coef'. Format of this output is a data.frame that contains a column for every model variable and as many rows as there are features (OTUs, Genes, ..). Multiple frames may be used as input by putting them into a list - IF the data.frames contain a column named 'type', this function will use 'facet_grid()' to display side-by-side panels to enable easy comparison.
1 | mbecSCOEFStatsPlot(scoef.obj)
|
scoef.obj, |
output of 'mbecVarianceStats' with method s.coef |
A ggplot2 dot-plot object.
1 2 3 4 5 | # This will return a paneled plot that shows results for the variance
# assessment.
df.var.scoef <- mbecModelVariance(input.obj=dummy.mbec,
model.vars=c('batch','group'), method='s.coef', type='clr')
plot.scoef <- mbecSCOEFStatsPlot(scoef.obj=df.var.scoef)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.