fun_load_bam: BAM file loader

View source: R/fun_load_bam.R

fun_load_bamR 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")
)

MicroSEC documentation built on Sept. 11, 2024, 6:06 p.m.