View source: R/Script_DROPLET_09_ADHOC_GENE_3_DE_Gene.R
adhocGene.DE.Gene.10x | R Documentation |
Performs differential gene expression analysis specified gene across for all possible pairs of cell groups. The gene and cell groups were defined earlier in adhocGene.TabulateExpression.Gene.10x
function.
adhocGene.DE.Gene.10x(MarvelObject)
MarvelObject |
Marvel object. S3 object generated from |
An object of class S3 with new slots MarvelObject$adhocGene$DE$Gene$Data
.
marvel.demo.10x <- readRDS(system.file("extdata/data", "marvel.demo.10x.rds", package="MARVEL") ) marvel.demo.10x <- adhocGene.DE.Gene.10x(MarvelObject=marvel.demo.10x) # Check output marvel.demo.10x$adhocGene$DE$Gene$Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.