AlleleProfileR.cryptic: Identify cryptic coding sequences

Description Usage Arguments Value Author(s)

View source: R/functions_main.R

Description

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.

Usage

1
AlleleProfileR.cryptic(seq, stopoptions = list("N", 0, NULL))

Arguments

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).

Value

List of the cryptic proteins, and all start and stop codons respectively.

Author(s)

Arne Bruyneel


abruyneel/AlleleProfileR documentation built on June 12, 2020, 2:47 p.m.