get_chr_names_in_bam: Function to collect chromosome named

View source: R/util.R

get_chr_names_in_bamR Documentation

Function to collect chromosome named

Description

This function takes a BAM file and collects the chr names from the bam file.

Usage

get_chr_names_in_bam(
  bin_path = "tools/samtools/samtools",
  bam = "",
  verbose = FALSE
)

Arguments

bin_path

Path to samtools executable. Default path tools/samtools/samtools.

bam

Path to directory with BAM files to merge.

verbose

Enables progress messages. Default False.


TearsWillFall/DNAfrags documentation built on March 26, 2022, 6:02 a.m.