Learn R Programming

jrSiCKLSNMF (version 1.2.3)

CreateSickleJr: 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)

Value

An object of class SickleJr with sparse count matrices added to the count.matrices slot

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

Examples

Run this code
ExampleSickleJr<-CreateSickleJr(SimData$Xmatrices)

Run the code above in your browser using DataLab