EdgeObject-class | R Documentation |
EdgeObject argumenting DGEList by including designContrast information
## S4 method for signature 'matrix,DesignContrast'
EdgeObject(
object,
designContrast,
fData = NULL,
pData = NULL,
remove.zeros = FALSE
)
## S4 method for signature 'FeatAnnoExprs,DesignContrast'
EdgeObject(object, designContrast, pData = NULL, remove.zeros = FALSE)
## S4 method for signature 'DGEList,DesignContrast'
EdgeObject(object, designContrast)
object |
A |
designContrast |
A |
fData |
A |
pData |
A |
remove.zeros |
Logical, whether to remove rows that have 0 total count |
EdgeObject(object = matrix, designContrast = DesignContrast)
: The method for matrix as input
EdgeObject(object = FeatAnnoExprs, designContrast = DesignContrast)
: The method for FeatAnnoExprs as input
EdgeObject(object = DGEList, designContrast = DesignContrast)
: The method for DGEList as input
dgeList
A DGEList
object
designContrast
A designContrast
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.