loadAnnotation {psichomics} | R Documentation |
AnnotationHub
Load alternative splicing annotation from AnnotationHub
loadAnnotation(annotation, cache = NULL)
annotation |
Character: annotation to load |
cache |
Character: directory path of cache (if |
List of data frames containing the alternative splicing annotation per event type
Other functions for PSI quantification:
filterPSI()
,
getSplicingEventTypes()
,
listSplicingAnnotations()
,
plotRowStats()
,
quantifySplicing()
human <- listSplicingAnnotations()[[1]] ## Not run: annot <- loadAnnotation(human) ## End(Not run)