Static exonCreates an exon skipping variant.
Name for the variant
Total number of exons in the gene
Array of 0-based exon indices to skip
Optional description: stringOptional description
Static fullCreates a full-length variant that includes all exons.
Name for the variant
Total number of exons in the gene
Optional description: stringOptional description
Static minimalCreates a minimal variant that includes only specified essential exons.
Name for the variant
Array of 0-based essential exon indices
Optional description: stringOptional description
Static truncationCreates a truncation variant that includes only the first N exons.
Name for the variant
Number of exons to include from the beginning
Optional description: stringOptional description
Common splice variant patterns for easy creation.