Description Usage Arguments Value Author(s) References Examples
Read run.profiling.script output into R
1 2 |
level |
phylogenetic level ('oligo' / 'species' / 'L1' / 'L2' / 'L0') or 'phylogeny.full', 'phylogeny.filtered' |
method |
('frpa' / 'rpa' / 'sum' / 'ave') |
data.dir |
Profiling script output directory for reading the data. If not given, GUI will ask to specify the file and overruns the possible level / method arguments in the function call. |
log10 |
Logical. Logarithmize the data TRUE/FALSE. By default, the data is in original non-log scale. |
impute |
impute missing oligo signals |
data matrix (phylo x samples)
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 | data.dir <- system.file("extdata", package = "microbiome")
dat <- read.profiling('L1', 'frpa', data.dir = data.dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.