View source: R/Script_DROPLET_09_ADHOC_GENE_4_DE_PSI.R
adhocGene.DE.PSI.10x | R Documentation |
Performs differential splice junction 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.PSI.10x(MarvelObject)
MarvelObject |
Marvel object. S3 object generated from |
An object of class S3 with new slots MarvelObject$adhocGene$DE$PSI$Data
.
marvel.demo.10x <- readRDS(system.file("extdata/data", "marvel.demo.10x.rds", package="MARVEL") ) marvel.demo.10x <- adhocGene.DE.PSI.10x(MarvelObject=marvel.demo.10x) # Check output marvel.demo.10x$adhocGene$DE$PSI$Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.