translate {bioseq.fasta} R Documentation

Do translation of the nt sequence to protein sequence

Description

Usage

translate(nt,
    table = BacterialArchaealAndPlantPlastidCode,
    bypassStop = TRUE,
    checkNt = TRUE);

Arguments

nt

The given fasta collection

table

The genetic code for translation table. [as GeneticCodes]

bypassStop

Try ignores of the stop codon. [as boolean]

Details

Authors

seqtoolkit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]