View source: R/data_processing.R
matrix_to_singlecellexperiment | R Documentation |
Convert count matrix to SingleCellExperiment
matrix_to_singlecellexperiment(
matrix,
cell_labels,
named_metadata_list = list()
)
matrix |
Matrix of single cell data (rows: genes, columns: cells), the row names of the matrix should be labeled with gene labels |
cell_labels |
Annotation vector for celltypes (e.g columns of matrix) |
named_metadata_list |
A named list containing unstructured metadata information (optional) |
SingleCellExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.