loadAnnotation {psichomics} | R Documentation |
AnnotationHub
Load alternative splicing annotation from AnnotationHub
loadAnnotation(annotation)
annotation |
Character: annotation to load |
List of data frames containing the alternative splicing annotation per event type
human <- listSplicingAnnotations()[[1]] ## Not run: annot <- loadAnnotation(human) ## End(Not run)