convert_to_aa | R Documentation |
This function extracts CDS sequence from a FASTA-formatted file, translates DNA into amino acid sequence, and writes amino acid sequences to disk.
convert_to_aa(transcript_fa_fname, transcript_length_fname, output_fname)
transcript_fa_fname |
character; file path to transcriptome .fasta (DNA) file |
transcript_length_fname |
character; file path to transcriptome lengths file |
output_fname |
character; file path for output amino acid sequences |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.