Description Usage Arguments Value Author(s) References Examples
View source: R/get.probeset.hitchip.R
Get probeset matrix.
1 | get.probeset(name, level, taxonomy, probedata, log10 = TRUE)
|
name |
name |
level |
taxonomic level |
taxonomy |
taxonomy |
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 | #taxonomy <- GetPhylogeny('HITChip', 'filtered')
#data.dir <- system.file("extdata", package = "microbiome")
#probedata <- read_hitchip(data.dir, "rpa")$probedata
#ps <- get.probeset('Akkermansia', 'L2', taxonomy, probedata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.