Description Usage Arguments Value Author(s)
View source: R/functions_main.R
Determine whether there is a cryptic startcodon that may give rise to a cryptic 'protein'. For example, if the endogenous startcodon is destroyed, but there is an alternative startcodon downstream.
1 | AlleleProfileR.cryptic(seq, stopoptions = list("N", 0, NULL))
|
seq |
Sequence, provide sequence including both the existing pre and post UTR regions |
stopoptions |
List defining the stop conditions of the current exon: does it end in a stop codon, or is it one of many exons. The first element of this list is the type of stopcodon (N for standard). The second element is the shift in the codons, for example if the exon length is not a multiple of 3. The third is the alternative stop codon position if it isn't a traditional stop codon (NULL for default). |
List of the cryptic proteins, and all start and stop codons respectively.
Arne Bruyneel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.