Description Usage Arguments Details Examples
View source: R/construct_sce.R
This function will take an input sparse expression matrix and make a Single Cell Experiment Object
1 | construct_sce(input)
|
input |
the input data matrix. Provide a sparse matrix |
This will take an input matrix and create the Single Cell Experiment Object for further analysis
1 | sce <- construct_sce(input = sc_dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.