Translates the standard ambiguity codes for nucleotides in amino acid forms from a pre-specified coding class to 3-letter designation of amino acids.
decoder_aminoacid(
y,
c_l,
r_w,
aa_1,
aa_2,
let_3,
amino_acid,
aa_symbol,
coding,
rw_col,
multsh
)
numeric vector; entries in a cell corresponding to a specific sample and a specific marker.
string; marker label.
numeric; sample ID's row number in the excel file.
string vector; vector of different amino acids.
string vector; vector of different codons.
string vector; vector of amino acids in 3 letter designation.
string vector; vector of amino acids in full name.
string vector; vector of amino acids in one letter designation.
string; coding class of the molecular marker.
string vector; variable used to switch
between row and column in case of transposed data.
Namely, c("rows ", "row ", "column ", "columns
")
.
string; reports warnings for multiple worksheet datasets.
a list of two elements: 1) a vector of 3-letter designation of amino acids on a marker corresponding to a sample in pre-specified coding class. 2) an identifier whose value is 1 if a warning takes place.
For further details see: moimport
,
moi_marker
and
corrector_string
. See also the
vignette 'StandardAmbiguityCodes'.