dot-combineListAnnot: Combine annotation information from list of matrixes

.combineListAnnotR Documentation

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
)

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

Value

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

See Also

used in cutArrayInCluLike

Examples

.datSlope(c(3:6))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.