summarize.batch: summarize.batch

summarize.batchR Documentation

summarize.batch

Description

Summarize batch.

Usage

summarize.batch(
  q,
  set.inds,
  probe.parameters = list(),
  epsilon,
  verbose = FALSE,
  mc.cores = 1,
  summarize.with.affinities = FALSE
)

Arguments

q

Background corrected, quantile-normalized, log2 probes x samples matrix

set.inds

Indices for each probeset, corresponding to q matrix

probe.parameters

A list, each element corresponding to a probe set. Each probeset element has the following elements: affinity, variance and optionally alpha and beta priors. Each of these elements contains a vector over the probeset probes, specifying the probe parameters according to the RPA model. If variances are given, that overrides the priors.

epsilon

Convergence tolerance. The iteration is deemed converged when the change in all parameters is < epsilon.

verbose

Print progress information during computation.

mc.cores

Number of cores for parallel processing

summarize.with.affinities

Use affinity estimates in probe summarization step. Default: FALSE.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("RPA")

Examples

# 

microbiome/RPA documentation built on April 9, 2023, 10:59 a.m.