A vector of BAM filenames. The BAM files must be
indexed. i.e.: if a file is named file.bam, there must be
a file named file.bam.bai in the same directory.
cores
The number of cores available to parallelize the analysis.
Either a positive integer or a BiocParallelParam.
Default: SerialParam().
Bam_Handler$new returns a Bam_Handler object that contains
and manages BAM files. Coverage related information as alignment count can
be obtain by using this object.