get_codons | R Documentation |
A function to pull codons in the A-, P-, and E-site positions of a ribosome at a position within a transcript.
get_codons(transcript_name, cod_idx, utr5_length, transcript_seq)
transcript_name |
character; one of 'names(transcript_seq)' |
cod_idx |
integer; codon index for A-site codon (1-based) |
utr5_length |
integer; length of 5' UTR (in nucleotides) |
transcript_seq |
named character vector; transcript (+ 5' and 3' UTR regions) sequences |
A named character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.