View source: R/Script_DROPLET_04_DE_2_Gene.R
CompareValues.Genes.10x | R Documentation |
Performs differential gene expression analysis between two groups of cells. Only among cells and genes previously included for splice junction analysis.
CompareValues.Genes.10x(
MarvelObject,
log2.transform = TRUE,
show.progress = TRUE,
method = "wilcox",
mast.method = "bayesglm",
mast.ebayes = TRUE
)
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 |
An object of class S3 with a updated slot MarvelObject$DE$SJ$Table
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.