BioSeqInt.aa2intMethod
aa2int(seq::String[])

Given a vector of string amino-acid sequences, converts it to an integer matrix.

BioSeqInt.aa2intMethod
aa2int(seq::String)

Convert a string amino-acid sequence to a vector of integers.

BioSeqInt.aa2intMethod
aa2int(char)

Amino-acid one-letter code to integer (1 to 21, with gap = 21).

BioSeqInt.dna2intMethod
dna2int(seq::String[])

Given a vector of string DNA sequences, converts it to an integer matrix.

BioSeqInt.dna2intMethod
dna2int(seq::String)

Convert a string DNA sequence to a vector of integers.

BioSeqInt.dna2intMethod
dna2int(char)

DNA one-letter code to integer (1 to 5, with gap = 5).

BioSeqInt.int2aaMethod
int2aa(i)

Get the amino acid (in one letter code) corresponding to the integer i.

BioSeqInt.int2dnaMethod
int2dna(i)

Get the amino acid (in one letter code) corresponding to the integer i.