View source: R/Script_PLATE_08_DE_1_5_SubsetCrypticA3SS.R
SubsetCrypticA3SS | R Documentation |
Performs differential gene expression analysis between 2 groups of cells only on differentially spliced genes.
SubsetCrypticA3SS(MarvelObject, method, distance.to.ss = c(1, 100))
MarvelObject |
Marvel object. S3 object generated from |
method |
Vector of character string(s). To include splicing events from these method(s) for differential splicing analysis. |
distance.to.ss |
Character string. Range of distances between A3SS and canonical splice site to consider A3SS to be cryptic. Default value |
An object of class S3 updated slot MarvelObject$DE$PSI$Table
and new slot MarvelObject$DE$PSI$A3SS.dist.to.ss
.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL")) marvel.demo <- SubsetCrypticA3SS(MarvelObject=marvel.demo, method="ad", distance.to.ss=c(1,100) ) # Check output head(marvel.demo$DE$PSI$Table[["ad"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.