Description Usage Arguments Value Author(s) References Examples
View source: R/import_hitchip.R
Import HITChip output into phyloseq format.
1 2 3 4 5 6 7 8 | import_hitchip(
data.dir,
method = "frpa",
detection.threshold = 0,
verbose = F,
taxonomy = NULL,
taxonomy.full = NULL
)
|
data.dir |
Profiling script output directory for reading the data. |
method |
Probe summarization method ("rpa" or "sum") |
detection.threshold |
Taxon absence/presence thresholds (typically 10^1.8 for HITChip) |
verbose |
verbose |
data matrix (phylo x samples)
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 3 4 5 | ## Not run:
data.dir <- system.file("extdata", package = "microbiome")
dat <- import_hitchip(data.dir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.