Clean Sequences with PHMM (DEPRECATED)
clean_seqs(
x,
model,
min_score = 100,
shave = TRUE,
maxNs = 0,
cores = 1,
quiet = FALSE,
progress = FALSE
)
A DNAbin or DNAStringset object
A profile hidden Markov model (a "PHMM" object) generated by the aphid R package to align the sequences to.
The minimum specificity (log-odds score for the optimal alignment) between the query sequence and the PHMM model for the sequence to be retained in the output object.
Whether bases that are outside (to the left or right) of the PHMM object should be shaved from the outputs.
The max number of ambiguous N bases to retain
The number of CPUs to parallelize the operation over
Whether progress should be printed to the console.
Whether a progress bar should be printed.