Description Usage Arguments Value Examples
Matches junction ID in expression matrix with respective gene name and returns output object for DJEprepare.
1 | DJEannotate(import.out, gtf)
|
import.out |
output object from DJEimport() |
gtf |
Reference transcriptome in genecode gtf file format. Used to define gene ID for junctions |
List object containing junction expression and assigned gene IDs
1 2 3 4 | DJEimp <- system.file("extdata", "DJEimp.rds", package = "DJExpress")
imp.out <- readRDS(DJEimp)
gtf0 <- system.file("extdata", "chr1.gtf.gz", package = "DJExpress")
ann.out <- DJEannotate(imp.out, gtf0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.