construct_sce: Construct Single Cell Experiment Object

Description Usage Arguments Details Examples

View source: R/construct_sce.R

Description

This function will take an input sparse expression matrix and make a Single Cell Experiment Object

Usage

1

Arguments

input

the input data matrix. Provide a sparse matrix

Details

This will take an input matrix and create the Single Cell Experiment Object for further analysis

Examples

1
sce <- construct_sce(input = sc_dat)

kgellatl/SignalCell documentation built on Sept. 3, 2020, 8:45 a.m.