Learn R Programming

wrGraph (version 1.3.8)

.sampNoDeMArrayLM: 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
)

Value

This function returns a integer vector of indexes

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

See Also

(for PCA) plotPCAw)

Examples

Run this code
aa <- 1:5

Run the code above in your browser using DataLab