loadAnnotation: Load alternative splicing annotation from 'AnnotationHub'

Description Usage Arguments Value See Also Examples

View source: R/data_inclusionLevels.R

Description

Load alternative splicing annotation from AnnotationHub

Usage

1
loadAnnotation(annotation, cache = NULL)

Arguments

annotation

Character: annotation to load

cache

Character: directory path of cache (if NULL, default location is AnnotationHub::getAnnotationHubOption("CACHE"))

Value

List of data frames containing the alternative splicing annotation per event type

See Also

Other functions for PSI quantification: filterPSI(), getSplicingEventTypes(), listSplicingAnnotations(), plotRowStats(), quantifySplicing()

Examples

1
2
3
4
5
human <- listSplicingAnnotations()[[1]]
## Not run: 
annot <- loadAnnotation(human)

## End(Not run)

psichomics documentation built on Nov. 8, 2020, 5:44 p.m.