CreateSickleJr | R Documentation |
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)
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 |
An object of class SickleJr with sparse count matrices added to the count.matrices
slot
ExampleSickleJr<-CreateSickleJr(SimData$Xmatrices)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.