moi_labels {MLMOI} | R Documentation |
Finds sample IDs contained in a dataset
Description
Each dataset consists of several number of
samples. Samples are specified by their sample ID which
are placed in the first column of the excel worksheet.
The function moi_labels
, finds sample IDs and
the row in which they start.
Usage
moi_labels(s_total)
Arguments
s_total |
sample IDs. |
Value
a list which the first element is a numeric vector specifying the number of rows in which a new sample starts. The second element is the name of sample IDs.
See Also
For further details see: moimport
and moi_duplicatefinder
.
[Package MLMOI version 0.1.2 Index]