Description Usage Arguments Value Author(s) References Examples
get probeset data matrix
1 | get.probeset(name, level, phylogeny.info, probedata, log10 = TRUE)
|
name |
name |
level |
taxonomic level |
phylogeny.info |
phylogeny.info |
probedata |
oligos vs. samples preprocessed data matrix; absolute scale |
log10 |
Logical. Logarithmize the data TRUE/FALSE |
probeset data matrix
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 3 4 | phylogeny.info <- GetPhylogeny('HITChip', 'filtered')
data.dir <- system.file("extdata", package = "microbiome")
probedata <- read.profiling("oligo", data.dir = data.dir)
ps <- get.probeset('Akkermansia', 'L2', phylogeny.info, probedata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.