MultiVcf
Constructor
|
A database-like object that contains information of multiple Vcf files. |
Attributes
Return number of SV records. |
|
Return a list of names of all tables in the object. |
|
Return all SV ids as list. |
Accessing the Tables
|
Return a table specified in the argument as pandas DataFrame object. |
|
Return a DataFrame in bedpe-like format. |
Filtering
|
Filter Vcf object by the list of queries. |
|
Filter MultiBedpe object according to the list of SV ids. |
Adding Informations
|
Add a new INFO table to self. |
Annotation
|
Annotate SV breakpoints using Bed class object. |
|
Infer microhomology length and sequence in each breakpoint. |
Conversion
Convert MultiVcf object into MultiBedpe object. |
Representation
|
Quick view function of the Vcf object. |
Signature_analysis
|
Classify SV records by user-defined criteria. |