Learn R Programming

wrMisc (version 1.15.3.1)

.combineListAnnot: Combine annotation information from list of matrixes

Description

This function allows to combine information (annotation) from list of matrixes (ie replace when NA), using always the columns specified in 'useCol' (numeric)

Usage

.combineListAnnot(
  lst,
  useCol = 1:2,
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Value

This function returns a single matrix of combined (non-redundant) info

Arguments

lst

(list) main input

useCol

(numeric vector) which columns should be used

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

See Also

used in cutArrayInCluLike

Examples

Run this code
.datSlope(c(3:6))

Run the code above in your browser using DataLab