transl_cds_to_aa.Rd
This function takes a data.table
object as input and
translates the cds sequences stored as seqs
column into the corresponding amino acid
sequence.
transl_cds_to_aa(dt, delete_corrupt_cds = TRUE)
dt | a |
---|---|
delete_corrupt_cds | a logical value indicating whether sequences with corrupt base triplets should be removed from the input |