| PrepareILoReg {ILoReg} | 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)