splicing module¶
-
class
mavis.annotate.splicing.
SpliceSite
(ref, pos, site_type, intact=True, start=None, end=None, strand=None, seq=None)[source]¶
-
class
mavis.annotate.splicing.
SplicingPattern
(*args, splice_type='normal')[source]¶ Bases:
list
-
classmethod
generate_patterns
(sites, is_reverse=False)[source]¶ returns a list of splice sites to be connected as a splicing pattern
Returns: List of positions to be spliced together Return type: list
ofSplicingPattern
-
classmethod