Counting Module API =================== The counting module provides functions for allele-specific read counting from BAM files. count_alleles ------------- .. automodule:: counting.count_alleles :members: :undoc-members: :show-inheritance: count_alleles_sc ---------------- .. automodule:: counting.count_alleles_sc :members: :undoc-members: :show-inheritance: filter_variant_data ------------------- .. automodule:: counting.filter_variant_data :members: :undoc-members: :show-inheritance: parse_gene_data --------------- .. automodule:: counting.parse_gene_data :members: :undoc-members: :show-inheritance: run_counting ------------ .. automodule:: counting.run_counting :members: :undoc-members: :show-inheritance: :exclude-members: bam_file, variant_file, region_file, samples, out_file, temp_loc, variant_prefix, vcf_bed, skip_vcf_to_bed, region_type, is_gene_file, use_region_names, intersect_file, skip_intersect, gtf_bed run_counting_sc --------------- .. automodule:: counting.run_counting_sc :members: :undoc-members: :show-inheritance: CLI Entry Point --------------- .. automodule:: counting.__main__ :members: :undoc-members: :show-inheritance: