checkIfLostCodonAfterAlt: Check if the codon lost after alt.

Description Usage Arguments Value

View source: R/utr_analysis.R

Description

Check if the codon lost after alt.

Usage

1
checkIfLostCodonAfterAlt(variantsTable, colNameAfterAlt, patterns)

Arguments

variantsTable

variants table

colNameAfterAlt

the name of the codon column after alter, type of a string. For example, name of column for the stop codon sequence after alt

patterns

codon patterns, "ATG" for start codon, c("TAG", "TAA", "TGA") for stop codon

Value

A list containing TURE or FALSE or NA (if the codon sequence is NA). If colNameAfterAlt does not exist in the variantsTable, return NA


utr.annotation documentation built on Aug. 23, 2021, 9:06 a.m.