PrepareILoReg | R Documentation |
SingleCellExperiment
object for ILoReg
analysisThis 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.
PrepareILoReg.SingleCellExperiment(object) ## S4 method for signature 'SingleCellExperiment' PrepareILoReg(object)
object |
an object of |
an object of SingleCellExperiment
class
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.