adj_seq: Adjust the DNA sequence based on the ntPHMM path

View source: R/adjust_seq.r

adj_seqR Documentation

Adjust the DNA sequence based on the ntPHMM path

Description

Adjust the DNA sequence based on the ntPHMM path

Usage

adj_seq(frame_dat, path_out, censor_length = 3, added_phred = "*")

Arguments

frame_dat

The DNAseq's framing data - generated by set_frame()

path_out

The nucleotide PHMM path for the sequence.

censor_length

number of base pairs in either direction of a PHMM correction to convert to placeholder characters.

added_phred

The phred character to use for characters inserted into the original sequence.

Value

a named list.


debar documentation built on May 29, 2024, 2:02 a.m.