powered by
Using a list of sparse count matrices, create an object of class SickleJr and specify the names of these count matrices.
CreateSickleJr(count.matrices, names = NULL)
An object of class SickleJr with sparse count matrices added to the count.matrices slot
count.matrices
A list of quality-controlled count matrices with pre-filtered features where each modality corresponds to each matrix in the list
Optional parameter with names for the count matrices in vector format
ExampleSickleJr<-CreateSickleJr(SimData$Xmatrices)
Run the code above in your browser using DataLab