Description Usage Arguments Value Author(s) Examples
Identify splice variants from splice graph.
1 2 | findSGVariants(features, maxnvariant = 20, annotate_events = TRUE,
include = c("default", "closed", "all"), cores = 1)
|
features |
|
maxnvariant |
If more than |
annotate_events |
Logical indicating whether identified
splice variants should be annotated in terms of canonical events.
For details see help page for |
include |
Character string indicating whether identified splice variants should be filtered. Possible options are “default” (only include variants for events with all variants closed), “closed” (only include closed variants) and “all” (include all variants). |
cores |
Number of cores available for parallel processing |
SGVariants
object
Leonard Goldstein
1 | sgv <- findSGVariants(sgf_pred)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.