new_STRAND: new_STRAND

View source: R/UNMASC.R

new_STRANDR Documentation

new_STRAND

Description

Extracts strand-specific read counts from a bam file.

Usage

new_STRAND(BAM_fn, vcs, minBQ = 13, minMQ = 40, NT = 1)

Arguments

BAM_fn

A character string for the bam's file path.

vcs

A R data.frame of variant calls containing columns Chr, Position, Ref, and Alt corresponding to the chromosome, genomic position, reference base(s), and alternate base(s), respectively.

minBQ

An integer for minimum base quality.

minMQ

An integer for minimum mapping quality.

NT

A positive integer for the number of threads.


pllittle/UNMASC documentation built on June 1, 2025, 1 p.m.