Learn R Programming

MicroSEC (version 2.1.6)

fun_load_bam: BAM file loader

Description

This function attempts to load the BAM file.

Usage

fun_load_bam(bam_file)

Value

df_bam

Arguments

bam_file

Path of the BAM file.

Examples

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

Run the code above in your browser using DataLab