get.probeset: Get probeset

Description Usage Arguments Value Author(s) References Examples

View source: R/get.probeset.hitchip.R

Description

Get probeset matrix.

Usage

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

Arguments

name

name

level

taxonomic level

taxonomy

taxonomy

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
  #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)

RPA documentation built on Nov. 8, 2020, 7:47 p.m.