.sampNoDeMArrayLM {wrGraph}R Documentation

Locate sample index from index or name of pair-wise comparisons

Description

This function helps locating sample index from index or name of pair-wise comparisons

Usage

.sampNoDeMArrayLM(
  MArrayObj,
  useComp,
  groupSep = "-",
  lstMeans = "means",
  lstP = "BH",
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Arguments

MArrayObj

(MArray type objct) main input

useComp

(matrix) types of pair-wise comparisons to be performed

groupSep

(character) separator used with pair-wise grouping

lstMeans

(character) type of summarization, default is 'means'

lstP

(character) type of multiple testing correction data to choose from MArrayObj

silent

(logical) suppress messages

debug

(logical) supplemental messages for debugging

callFrom

(character) allow easier tracking of messages produced

Value

This function returns a integer vector of indexes

See Also

(for PCA) plotPCAw)

Examples

aa <- 1:5

[Package wrGraph version 1.3.7 Index]