Bedpe
Constructor
|
Relational database-like object containing SV position dataframes and INFO 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. |
Calculation
|
Calculate values of INFO tables according to the 'operation' argument and add a new INFO table as the result. |
Conversion
Return copy of the instance |
|
|
Return a DataFrame in bedpe-like format. |
Export
|
to_beddpe(path_or_buf, custom_infonames, confidence_intervals) Return a BEDPE file. |
Filtering
|
Filter Bedpe object by the list of queries. |
|
Filter Bedpe object according to the list of SV ids. |
Managing Tables
|
Append INFO tables to the right of the base_df, based on the SV id columns. |
|
Return a table specified in the argument as pandas DataFrame object. |
|
Add a new INFO table to self. |
|
Remove an INFO table from self. |
|
Replace existing table into new table. |
|
Set value to the specified info table by sv_id. |
Merging
|
Return a merged bedpe object from mulitple caller's bedpe objects in ls_bedpe |
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. |