collaps | R Documentation |
This function will collpase the data in the StefansExpressionSet to only contain one value
per sample group.
collaps(dataObj, by = c("median", "mean", "sd", "sum"),
groupCol = "GroupID")
dataObj |
the StefansExpressionSet |
by |
collapsing method c('median','mean','sd','sum', or own function ) |
groupCol |
the sample names you want to group on |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.