Learn R Programming

SGSeq (version 1.0.6)

analyzeVariants: Analysis of transcript variants

Description

High-level function for the analysis of transcript variants from splice graph features. Transcript variants are identified with findTxVariants. Representative counts and estimated variant frequencies are obtained with getTxVariantCounts.

Usage

analyzeVariants(object, maxnvariant = 20, cores = 1)

Arguments

object
SGFeatureCounts 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.
cores
Number of cores available for parallel processing

Value

A TxVariantCounts object

Examples

Run this code
txvc <- analyzeVariants(sgfc)

Run the code above in your browser using DataLab