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

MANO-B/MicroSEC documentation built on Dec. 30, 2024, 4:11 a.m.