rnb.sample.replicates: rnb.sample.replicates

Description Usage Arguments Value Author(s)

View source: R/utilities.R

Description

Identifies sample replicates defined in the given sample annotation table.

Usage

1
rnb.sample.replicates(rnb.set, replicate.id.col)

Arguments

rnb.set

Methylation dataset as an object of type inheriting RnBSet.

replicate.id.col

Trait (column name in the sample annotation table) that indicates sample replicates. Replicates should have the same value for this trait, while samples without replicates are expected to have unique values or missing values.

Value

List of length of the number of replicates in the dataset. Each element is an integer vector storing the corresponding sample indices.

Author(s)

Fabian Mueller


RnBeads documentation built on March 3, 2021, 2 a.m.