CompareValues.Genes.10x {MARVEL} | R Documentation |
Differential gene expression analysis
Description
Performs differential gene expression analysis between two groups of cells. Only among cells and genes previously included for splice junction analysis.
Usage
CompareValues.Genes.10x(
MarvelObject,
log2.transform = TRUE,
show.progress = TRUE,
method = "wilcox",
mast.method = "bayesglm",
mast.ebayes = TRUE
)
Arguments
MarvelObject |
Marvel object. S3 object generated from |
log2.transform |
Logical value. If set to |
show.progress |
Logical value. If set to |
method |
Character string. Statistical test to compare the 2 groups of cells. Default is |
mast.method |
Character string. As per the |
mast.ebayes |
Logical value. As per the |
Value
An object of class S3 with a updated slot MarvelObject$DE$SJ$Table
.
Examples
marvel.demo.10x <- readRDS(system.file("extdata/data",
"marvel.demo.10x.rds",
package="MARVEL")
)
marvel.demo.10x <- CompareValues.Genes.10x(
MarvelObject=marvel.demo.10x,
show.progress=FALSE
)
# Check output
head(marvel.demo.10x$DE$SJ$Table)