deepbiop.bam¶
Functions¶
|
Calculate the number of chimeric reads in a BAM file. |
|
Calculate the number of chimeric reads in multiple BAM files. |
|
Calculate left and right soft clips from a cigar string. |
Module Contents¶
- deepbiop.bam.count_chimeric_reads_for_path(bam, threads=None)¶
Calculate the number of chimeric reads in a BAM file.
- Parameters:
bam (str | os.PathLike | pathlib.Path)
threads (int | None)
- Return type:
- deepbiop.bam.count_chimeric_reads_for_paths(bams, threads=None)¶
Calculate the number of chimeric reads in multiple BAM files.
- Parameters:
bams (Sequence[str | os.PathLike | pathlib.Path])
threads (int | None)
- Return type: