View source: R/fileutilities.R
ct.extractSE | R Documentation |
Utility function to enable gCrisprTools functions to take 'SummarizedExperiment' class objects (or subclasses thereof) as input. Throws errors when unexpected things happen.
ct.extractSE(what, se)
what |
What gCrisprTools-friendly object to compile. options are: - 'es': an 'ExpressionSet', compiled from the 'exprs' slot of the 'assayData', with 'colData' and 'rowData' saved as the 'fData' and 'pData' - 'ann': a gCrisprTools annotation from the 'rowData' |
se |
The 'SummarizedExperiment' object. |
The specified gCrisprTools-friendly object
Russell Bainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.