stopCodonCheck: Check whether sequences have in-frame premature stop codons (PTCs)
Description
Check whether sequences have in-frame premature stop codons (PTCs)
Usage
stopCodonCheck(sequences, nproc = 1, check = TRUE)
Value
Boolean vector of whether each sequence has an in-frame PTC
Arguments
- sequences
Vector of nucleotide sequences in desired reading frame
- nproc
Number of cores for preprocessing
- check
Check whether codons split correctly