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