View source: R/fileutilities.R
ct.buildSE | R Documentation |
Convenience function to package major components of a screen into a 'SummarizedExperiment' container for downstream visualization and analysis. All arguments are optional except for 'es'.
ct.buildSE( es, sampleKey = NULL, ann = NULL, vm = NULL, fit = NULL, summaryList = NULL )
es |
An 'ExpressionSet' of screen data. Required. |
sampleKey |
a gCrisprTools 'sampleKey' object, to be added to the 'colData'. |
ann |
Annotation object to be packaged into the 'rowData' |
vm |
A 'voom'-derived normalized object |
fit |
a 'MArrayLM' object containing the contrast information and model results |
summaryList |
A named list of |
A 'SummarizedExperiment' object.
Russell Bainer
data('ann', 'es', 'fit', 'resultsDF') ct.buildSE(es, ann = ann, fit = 'fit', summaryList = list('resA' = resultsDF, 'resB' = resultsDF))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.