View source: R/Script_DROPLET_02_PREPROCESS_2_AnnotateSJ.R
AnnotateSJ.10x | R Documentation |
Annotates the splice junctions by assigning the gene name to the start and end of the splice junction. Annotations are retrieved from GTF.
AnnotateSJ.10x(MarvelObject)
MarvelObject |
Marvel object. S3 object generated from |
An object of class S3 containing the updated slot MarvelObject$sj.metadata
.
# Load un-processed MARVEL object marvel.demo.10x.raw <- readRDS(system.file("extdata/data", "marvel.demo.10x.raw.rds", package="MARVEL") ) # Annotate gene metadata marvel.demo.10x <- AnnotateGenes.10x(MarvelObject=marvel.demo.10x.raw) # Annotate junction metadata marvel.demo.10x <- AnnotateSJ.10x(MarvelObject=marvel.demo.10x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.