posLogFC<- | R Documentation |
Update SigFilter
posLogFC(object) <- value
negLogFC(object) <- value
logFC(object) <- value
pValue(object) <- value
FDR(object) <- value
logCPM(object) <- value
aveExpr(object) <- value
## S3 method for class 'SigFilter'
update(object, logFC, posLogFC, negLogFC, pValue, FDR, ...)
object |
An |
value |
Numeric, vssigned threshold value |
logFC |
Numeric, logFC filter value, optional. |
posLogFC |
Numeric, positive logFC filter value, optional. |
negLogFC |
Numeric, negative logFC filter value, optional. |
pValue |
Numeric, pValue filter value, optional |
FDR |
Numeric, FDR filter value, optional |
... |
not used now |
An updated SigFilter
object.
posLogFC(object) <- value
: Updates the posLogFC threshold value
negLogFC(object) <- value
: Updates the negLogFC threshold value
logFC(object) <- value
: Updates the posLogFC threshold value
pValue(object) <- value
: Updates the pValue threshold value
FDR(object) <- value
: Updates the FDR threshold value
logCPM(object) <- value
: Updates the logCPM threshold value
aveExpr(object) <- value
: Updates the aveExpr threshold value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.