remove_inner_stop_codon_sequence: Remove Genes Contain Stop Codons within the Sequence

View source: R/utils.R

remove_inner_stop_codon_sequenceR Documentation

Remove Genes Contain Stop Codons within the Sequence

Description

This function removes the gene contains stop codons (TAA, TAG, TGA, taa, tag, tga) within its sequence.

Usage

remove_inner_stop_codon_sequence(sequence)

Arguments

sequence

A nucleotide sequence as a character string.

Value

A character string or NULL.


shinyWGD documentation built on April 4, 2025, 2:28 a.m.