.combineListAnnot | R Documentation |
This function allows to combine information (annotation) from list of matrixes (ie replace when NA), using always the columns specified in 'useCol' (numeric)
.combineListAnnot(
lst,
useCol = 1:2,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
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 |
This function returns a single matrix of combined (non-redundant) info
used in cutArrayInCluLike
.datSlope(c(3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.