paired: Accessors for the 'paired' slot of a ABSDataSet object.

Description Usage Arguments Details Examples

Description

Accessors for the 'paired' slot of a ABSDataSet object, return a logical value

Usage

1
2
3
4
5
## S4 method for signature 'ABSDataSet'
paired(object)

## S4 replacement method for signature 'ABSDataSet,logical'
paired(object)<-value

Arguments

object

a ABSDataSet object.

value

value a boolean object, should be either TRUE or FALSE.

Details

The 'paired' is the switch for differential expression detection among paired samples, with a boolean value: TRUE or FALSE (default). When "paired" is TRUE, the replicates in each group should be equal.

Examples

1
2
3
4
5

ABSSeq documentation built on Nov. 8, 2020, 5:07 p.m.