moi_administrator: Administrator function

Description Usage Arguments Value See Also

View source: R/moibasic.R

Description

Administrator function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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 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 ").

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.


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