View source: R/transl_cds_to_aa.R
This function takes a data.table
object as input and
translates the cds sequences stored as seqs
column into the corresponding amino acid
sequence.
1 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.