Description Usage Arguments Value Examples
This function prepares the SingleCellExperiment
object for
ILoReg
analysis. The only required input is an object of class
SingleCellExperiment
with at least data in the logcounts
slot.
1 2 3 4 | PrepareILoReg.SingleCellExperiment(object)
## S4 method for signature 'SingleCellExperiment'
PrepareILoReg(object)
|
object |
an object of |
an object of SingleCellExperiment
class
1 2 3 | library(SingleCellExperiment)
sce <- SingleCellExperiment(assays = list(logcounts = pbmc3k_500))
sce <- PrepareILoReg(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.