Learn R Programming

SGSeq (version 1.2.2)

findSGVariants: Find splice variants from splice graph

Description

Find splice variants from splice graph

Usage

findSGVariants(features, maxnvariant = 20, annotate_events = TRUE, cores = 1)

Arguments

features
SGFeatures object
maxnvariant
If more than maxnvariant variants are identified in an event, the gene is skipped, resulting in a warning. Set to NA to include all genes.
annotate_events
Logical indicating whether identified splice variants should be annotated in terms of canonical events. For details see help page for annotateSGVariants.
cores
Number of cores available for parallel processing

Value

An SGVariants object

Examples

Run this code
sgv <- findSGVariants(sgf)

Run the code above in your browser using DataLab