Description Usage Arguments Value
View source: R/genetic_code_sav.R
Given a GRanges object of exon boundaries, this function determines the range of amino acids residing in each exon. Split AA will appear in both exons.
1 | getExonProtBoundary(GRangesObj)
|
GRangesObj |
A |
A data.frame with six columns:
exon
: exon number
lengths
: length (in nucleotides) of the exon
prot_start
: amino acid position at the beginning of the exon
prot_end
: amino acid position at the end of the exon
carried_forfward
: the number of nucleotides from the previous exon which does not yield a complete codon.
accu_length
: running sum of length (in nucleotides) of the coding DNA sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.