Description Usage Arguments Details Examples
This will run edgeR to find differentially expressed genes. Use the wrapping functions findDEgenes or findDEmarkers to use pData columns and get the proper input
1 2 3 4 5 6 7 8 9 10 |
input |
Input expression set |
groups |
an integer vector with the group for each cell |
batch |
a vector with the batch for each cell, if you don't need batches create a vector with the same id for all cells |
sizefactor |
a pData column containing the scran reported size factor for each cell |
lib_size |
a pData column containing the library size for each cell |
minCells |
minimum cell fraction the genes should be expressed in to be tested for DE |
pVal |
pvalue cutoff for reported results, by default reports all results |
contrast |
a list of contrasts to be used for the DE analysis, default is a two-class comparison, with the second class as the comparison class |
Utilize information stored in pData to control the DE performed The result is a list with the contrast results, access each element for the DE table
1 | myDEresults = edgeRDE(input, groups = mygroup, batch = beads, sizefactor = "sizefactor", lib_size = "lib_size")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.