corrector_numeric: Removes punctuation characters and typos from data entries

Description Usage Arguments Value See Also

Description

This function is designed to find the lineages (STRs) present on a microsatellite marker in a single cell.

Usage

1
corrector_numeric(y, c_l, r_w, conm, cons, cha_num, rw_col, multsh)

Arguments

y

string; a cell entry.

c_l

string; marker label.

r_w

numeric; sample ID's row number in the excel file.

conm

numeric; the multiple column per marker identifier. For the data of format multiple columns conm > 1.

cons

numeric; the multiple row per sample identifier. For the data of format multiple rows cons > 1.

cha_num

string vector; the vector of punctuation characters plus alphabets. See moi_prerequisite.

rw_col

string vector; variable used to switch between row and column in case of transposed data. Namely, c("rows ", "row ", "column ", "columns ").

multsh

string; reports warnings for multiple worksheet datasets.

Value

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.

See Also

For further details see: moimport, moi_marker.


MLMOI documentation built on Jan. 11, 2020, 9:22 a.m.