moi_administrator {MLMOI} | R Documentation |
Administrator function
Description
Administrator function
Usage
moi_administrator(
set_d,
s_total,
m_total,
nummtd,
cha,
rw_col,
nwsh,
transposed,
multsh
)
Arguments
set_d |
data frame; imported dataset. |
s_total |
string vector; vector of sample IDs. |
m_total |
string vector;vector of marker labels. |
nummtd |
numeric; number of metadata columns plus 2. |
cha |
string vector; vector of punctuation
characters. See |
rw_col |
string vector; variable used to switch
between row and column in case of transposed data.
Namely, |
nwsh |
numeric; worksheet number in multiple worksheet dataset. |
multsh |
string; reports warnings for multiple worksheet datasets. |
Value
a list of following elements: 1) rows in which new samples start, 2) all sample IDs in the worksheet, 3) number of samples in the worksheet, 3) multiple row per sample identifier, 4) another multiple row per sample identifier, 5) columns in which new markers start, 6) all marker labels in the worksheet, 7) number of markers in the worksheet, 8) multiple column per marker identifier, 9) another multiple column per marker identifier, 10) an identifier whose value is 1 if a warning takes place.
See Also
For further details see: moimport
.