smftools.informatics.bed_functions#
Functions
|
Takes an aligned BAM as input and writes a BED file of reads as output. |
|
Load a dict of read names that points to the read length |
- smftools.informatics.bed_functions.aligned_BAM_to_bed(aligned_BAM, out_dir, fasta, make_bigwigs, threads=None, *, samtools_backend='auto', bedtools_backend='auto', bigwig_backend='auto')#
Takes an aligned BAM as input and writes a BED file of reads as output. Bed columns are: Record name, start position, end position, read length, read name, mapping quality, read quality.