chars {bioseq.fasta} R Documentation

get alphabets represents of the fasta sequence

Description

Usage

chars(
    type = Protein);

Arguments

type

[as SeqTypes]

Details

Authors

seqtoolkit

Value

a character vector of the alphabet letters of the given molecule type: the A/C/G/T/U/N letters for the DNA or RNA nucleotide sequence, or the 20 standard amino acid letters for the protein sequence.

an error will be thrown if the given sequence type is not a valid biological sequence type(DNA/RNA/Protein).

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]