Learn R Programming

SGSeq (version 1.2.2)

analyzeVariants: Analysis of splice variants

Description

High-level function for the analysis of splice variants from splice graph features. Splice variants are identified with findSGVariants. Representative counts are obtained and variant frequencies estimated with getSGVariantCounts.

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

An SGVariantCounts object

Examples

Run this code
sgvc <- analyzeVariants(sgfc)

Run the code above in your browser using DataLab