R/refdb_filter.R
refdb_filter_seq_stopcodon.RdFilter sequences based on their number of of stop codons.
refdb_filter_seq_stopcodon(x, max_stop = 0, code, codon_frame = NA)
| x | a reference database. |
|---|---|
| max_stop | maximum number of stop codons. |
| code | an integer indicating the genetic code to use for translation (see genetic-codes). |
| codon_frame | an integer giving the nucleotide position where
to start translation. If |
A tibble (filtered reference database).