View source: R/annotateASevents.R
annotateASevents | R Documentation |
Detect and annotate AS events from GTF. This function borrows code
from the IVAS
package.
annotateASevents(object, gtf.file, num.cores = 1)
object |
Object of class ASpediaFI |
gtf.file |
an input GTF file |
num.cores |
the number of cores for parallel processing |
ASpediaFI object with a list of AS event annotations
Han, S. et al. (2017). Genome wide discovery of genetic variants affecting alternative splicing patterns in human using bioinformatics method. Genes & Genomics, 39.
fi <- new('ASpediaFI') gtf <- system.file('extdata/GRCh38.subset.gtf', package = 'ASpediaFI') fi <- annotateASevents(fi, gtf.file = gtf, num.cores = 1) sapply(events(fi), length) head(events(fi)$SE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.