constants module¶
-
mavis.annotate.constants.
SPLICE_SITE_RADIUS
= 2¶ int
– number of bases away from an exon boundary considered to be part of the splice site such that if it were altered the splice site would be considered to be abrogated.
-
mavis.annotate.constants.
SPLICE_TYPE
= <vocab.vocab.Vocab object>¶ Vocab
– holds controlled vocabulary for allowed splice type classification valuesRETAIN
: an intron was retainedSKIP
: an exon was skippedNORMAL
: no exons were skipped and no introns were retained. the normal/expected splicing pattern was followedMULTI_RETAIN
: multiple introns were retainedMULTI_SKIP
: multiple exons were skippedCOMPLEX
: some combination of exon skipping and intron retention