remove_inner_stop_codon_sequence {shinyWGD}R 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.


[Package shinyWGD version 1.0.0 Index]