View source: R/data_inclusionLevels.R
loadAnnotation | R Documentation |
AnnotationHub
Load 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.