moi_separator | R Documentation |
This function is activated when the data is of 'One row per sample, one column per marker' format. In such a dataset, the user enters multiple information corresponding to a sample on a marker in one cell and separates the items with a symbol (punctuation character). It is expected that user be consistent with usage of symbol. Otherwise this function addresses the inconsistencies with a warning.
moi_separator(set_d, nummtd, cha, rw_col, nwsh, multsh)
set_d |
data frame; imported dataset. |
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. |
a warning is generated reporting inconsistencies in usage of separator.
For further details see: moimport
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.