Transforms the data entries in a cell to a pre-specified coding class.
decoder_str(y, c_l, r_w, 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; 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 STR entries in pre-specified coding class. 2) an identifier whose value is 1 if a warning takes place.
For further details see: moimport
,
moi_marker
.