get.probeset: get probeset data matrix

Description Usage Arguments Value Author(s) References Examples

View source: R/utils.R

Description

get probeset data matrix

Usage

1
get.probeset(name, level, phylogeny.info, probedata, log10 = TRUE)

Arguments

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

Value

probeset data matrix

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

See citation('microbiome')

Examples

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)

microbiome/microbiomeold documentation built on May 22, 2019, 9:57 p.m.