This function is designed to find the lineages (STRs) present on a microsatellite marker in a single cell.
corrector_numeric(y, c_l, r_w, conm, cons, cha_num, rw_col, multsh)
a list of following elements: 1) a vector of lineages found on a microsatellite marker in a single cell. Each element corresponds to one and only one lineage and it is free from any punctuation character. 2) an identifier whose value is 1 if a warning takes place.
string; a cell entry.
string; marker label.
numeric; sample ID's row number in the excel file.
numeric; the multiple column per marker identifier. For the data of format multiple columns conm > 1.
numeric; the multiple row per sample identifier. For the data of format multiple rows cons > 1.
string vector; the vector of punctuation
characters plus alphabets. See
moi_prerequisite
.
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.
For further details see: moimport
,
moi_marker
.