Learn R Programming

SGSeq (version 1.0.6)

findTxVariants: Find transcript variants from splice graph

Description

Find transcript variants from splice graph

Usage

findTxVariants(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 transcript variants should be annotated in terms of canonical events. For details see help page for annotateTxVariants.
cores
Number of cores available for parallel processing

Value

A TxVariants object

Examples

Run this code
txv <- findTxVariants(sgf)

Run the code above in your browser using DataLab