GetPatterns: Generate all possible patterns in a multiple condition study

Description Usage Arguments Value Author(s) References Examples

View source: R/GetPatterns.R

Description

'GetPatterns' generates all possible patterns in a multiple condition study.

Usage

1
GetPatterns(Conditions)

Arguments

Conditions

The names of the Conditions in the study.

Value

A matrix describe all possible patterns.

Author(s)

Ning Leng

References

Ning Leng, John A. Dawson, James A. Thomson, Victor Ruotti, Anna I. Rissman, Bart M.G. Smits, Jill D. Haag, Michael N. Gould, Ron M. Stewart, and Christina Kendziorski. EBSeq: An empirical Bayes hierarchical model for inference in RNA-seq experiments. Bioinformatics (2013)

Examples

1
2
Conditions = c("C1","C1","C2","C2","C3","C3")
PosParti = GetPatterns(Conditions)

lengning/EBSeq documentation built on May 21, 2019, 4:02 a.m.