makeGroups: Make a matrix suitable for use with RUVSeq methods such as...

Description Usage Arguments Author(s) See Also Examples

View source: R/helper.R

Description

Each row in the returned matrix corresponds to a set of replicate samples. The number of columns is the size of the largest set of replicates; rows for smaller sets are padded with -1 values.

Usage

1

Arguments

xs

A vector indicating membership in a group.

Author(s)

Kamil Slowikowski

See Also

RUVs

Examples

1
 makeGroups(c("A","B","B","C","C","D","D","D","A"))

RUVSeq documentation built on Nov. 8, 2020, 8:02 p.m.