Description Usage Arguments Value
View source: R/GeneExpressionSimulation.R
combines mutliple matrices by in a similiar way to rbind, but combines muttiple values for a single gene by a given function
1 | combineGeneExpression(expList, combineFUN = max)
|
expList |
list of expression matrices |
combineFUN |
function to use when combining multiple values |
matrix containing combined expression values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.