CreateSickleJr {jrSiCKLSNMF} | R Documentation |
Create an object of class SickleJr
Description
Using a list of sparse count matrices, create an object of class SickleJr and specify the names of these count matrices.
Usage
CreateSickleJr(count.matrices, names = NULL)
Arguments
count.matrices |
A list of quality-controlled count matrices with pre-filtered features where each modality corresponds to each matrix in the list |
names |
Optional parameter with names for the count matrices in vector format |
Value
An object of class SickleJr with sparse count matrices added to the count.matrices
slot
Examples
ExampleSickleJr<-CreateSickleJr(SimData$Xmatrices)
[Package jrSiCKLSNMF version 1.2.1 Index]