fun_load_bam {MicroSEC}R Documentation

BAM file loader

Description

This function attempts to load the BAM file.

Usage

fun_load_bam(bam_file)

Arguments

bam_file

Path of the BAM file.

Value

df_bam

Examples

fun_load_bam(
  system.file("extdata", "sample.bam", package = "MicroSEC")
)

[Package MicroSEC version 2.1.3 Index]