View source: R/SingleCellRNASeq.R
identifyDifferentialGenes | R Documentation |
Differential gene expression analysis
identifyDifferentialGenes(
method = c("wilcoxon"),
objectA = objectA,
objectB = objectB,
cellsA = c(),
cellsB = c(),
write.to.file = "",
min.log2FC = 0.25,
min.expFraction = 0.3
)
method |
The differential gene expression testing method. Default 'wilcoxon' test |
objectA |
The SingCellaR object A |
objectB |
The SingCellaR object B |
cellsA |
The vector of cell names from object A |
cellsB |
The vector of cell names from object B |
write.to.file |
The output file name. |
min.log2FC |
The minimum log2FC cutoff. Default 0.25 |
min.expFraction |
The minimum fraction of expressing cell frequency cutoff. Default 0.3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.