Description Usage Arguments Value References Examples
View source: R/annotateASevents.R
Detect and annotate AS events from GTF. This function borrows code
from the IVAS
package.
1 | 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.
1 2 3 4 5 | 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.