Description Usage Arguments Details Value
fsEdger
selects features using the exactTest
function
from the edgeR
package. This function does not normalize the data,
but does estimate dispersion using the estimateCommonDisp
and estimateTagwiseDisp
functions.
1 |
object |
An |
top |
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set |
keep |
A numeric scalar. Specifies the number of top features that should get
returned by the feature selection method. Use of |
... |
Arguments passed to the detailed function. |
The user can normalize the data before feature selection using the
modTMM
function. Note that applying edgeR
to already normalized
counts differs slightly from applying edgeR
with normalization.
Returns an ExprsArray
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.