Learn R Programming

MLMOI (version 0.1.2)

moi_labels: 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)

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.

Arguments

s_total

sample IDs.

See Also

For further details see: moimport and moi_duplicatefinder.