scml | R Documentation |
The scml
function applies the
spike-in-based calibration to total microbial load (SCML) method to
scml(tse, bac = c("s", "r", "a"))
tse |
A treeSummarizedExperiment from the |
bac |
A character. One of the following options: s = Salinibacter ruber (AF323500), r = Rhizobium radiobacter (AB247615), a, = Alicyclobacillus acidiphilus (AB076660) |
A TreeSummarizedExperiment with SCML data instead of counts.
tse <- getBenchmarkData("Stammler_2016_16S_spikein", dryrun = FALSE)[[1]]
tseSCML <- scml(tse, bac = "s")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.