Input/Output

VCF file

read_vcf(filepath_or_buffer[, ...])

Read vcf file of SV and return Vcf object.

read_vcf_multi(dir_path, variant_caller, ...)

Read VCF files in a specified directory at the same time and return as MultiBedpe object.

BEDPE file

read_bedpe(filepath, header_info_path, ...)

Read a BEDPE file of SV and return Bedpe object.

read_bedpe_multi(dir_path, svtype_col_name, ...)

Read BEDPE files in a specified directory at the same time and return as MultiBedpe object.