FindCSE_DEG | R Documentation |
Analysis the differential expression genes for each cell type
FindCSE_DEG( object, y, FDR_control = TRUE, covariate = NULL, FoldChange = FALSE, p_cutoff = 0.05 )
object |
ENIGMA object |
FDR_control |
if use Wang et al., FDR controlled DEG analysis model. Default: TRUE |
covariate |
The data.frame object contains the covariate information of each sample |
FoldChange |
if output the FoldChange of each gene, if FALSE, then output the expression difference |
p_cutoff |
The pvalue cutoff of gene expression significance test |
A list object contain the DEG results of each cell types
## Not run: DEG = FindCSE_DEG(object,y) DEG = FindCSE_DEG(object,y,covariate=covariate) head(DEG$celltype1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.