Skip to contents

Load alternative splicing annotation from AnnotationHub

Usage

loadAnnotation(annotation, cache = getAnnotationHubOption("CACHE"))

Arguments

annotation

Character: annotation to load

cache

Character: path to AnnotationHub cache (used to load alternative splicing event annotation)

Value

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

Examples

human <- listSplicingAnnotations(species="Homo sapiens")[[1]]
if (FALSE) { # \dontrun{
annot <- loadAnnotation(human)
} # }