rnb.sample.replicates {RnBeads}R Documentation

rnb.sample.replicates

Description

Identifies sample replicates defined in the given sample annotation table.

Usage

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


[Package RnBeads version 2.8.1 Index]