viola.Vcf.drop_by_id
- Vcf.drop_by_id(svid)
Remove SV records specified in “svid” argument.
- Parameters
svid (int or str or List[int or str]) – ID of SV record to be removed.
inplace (bool, default False) – If False, return a copy. Otherwise, dropped SV record of the self and return None.
- Returns
Return a removed Vcf instance.
- Return type