Vcf
Constructor
|
Relational database-like object containing SV position dataframes, FILTER dataframe, INFO dataframes, FORMAT dataframe, and HEADER dataframes. |
Attributes
Return number of SV records. |
|
Return a list of names of all tables in the object. |
|
Return all SV ids as list. |
Annotation
|
Annotate SV breakpoints using Bed class object. |
|
Infer microhomology length and sequence in each breakpoint. |
Conversion
|
Return copy of the instance. |
|
Return a DataFrame in bedpe-like format. |
Convert Vcf object into Bedpe object. |
|
Return a vcf-formatted DataFrame. |
|
Converts a Vcf object into a breakpoint-based Vcf object by integrating the paired breakends (BND) and infering their SVTYPE. |
Export
|
to_bedpe_like(file_or_buf, custom_infonames=[], add_filters, add_formats, confidence_intervals: bool=False) Return a BEDPE file. |
|
Return a vcf-formatted String. |
Filtering
|
Filter Vcf object by the list of queries. |
|
Filter Vcf object according to the list of SV ids. |
Managing Tables
|
Add a new INFO table to self. |
|
Append INFO tables to the right of the base_df, based on the SV id columns. |
|
Append formats to the right of the base_df, based on the SV id columns. |
|
Append filters to the right of the base_df, based on the SV id columns. |
|
Return a table specified in the argument as pandas DataFrame object. |
|
Remove an INFO table from self. |
|
Rename INFO name of this object. |
|
Replace existing table into new table. |
|
Set value to the specified info table by sv_id. |
Merging
|
Return a merged or integrated vcf object from mulitple caller's bedpe objects in ls_bedpe |
|
Return an integrated Vcf object |
Representation
|
Quick view function of the Vcf object. |
Signature_analysis
|
Classify SV records by user-defined criteria. |
|
Return counts of unique values as a pd.Series for the INFO specified in the "feature" argument. |
SV ID/SV records
|
Renamed specified SV ID. |
|
Remove SV records specified in "svid" argument. |