warpDEDataSet-class: Class 'warpDEDataSet'

Description Usage Arguments Methods (by generic)

Description

The warpDEDataSet class holds data relevant for performing gene differential expression analysis with the warpDE package, primarily a filtered, normalized count matrix of the data and a vecotr of pseudotimes for the cells as well as a vector of the weigths indicating the probability for each cell to belong to one lineage. All warpDE methods can take an object of the class warpDEDataSet as input and will output the same.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'warpDEDataSet'
counts(x)

## S4 method for signature 'warpDEDataSet'
t(x)

## S4 method for signature 'warpDEDataSet'
w(x)

Arguments

x

a warpDEDataSet object.

Methods (by generic)


strayMat/warpDE documentation built on June 1, 2019, 12:51 a.m.