View source: R/data_processing.R
get_single_cell_expression_set | R Documentation |
Generating a single cell expression set
get_single_cell_expression_set(
single_cell_matrix,
batch_ids,
genes,
cell_types
)
single_cell_matrix |
A matrix with the single-cell data. Rows are genes, columns are samples. Row and column names need to be set. |
batch_ids |
A vector of the ids of the samples or individuals. |
genes |
A vector of the names of the genes, basically rownames(single_cell_matrix). |
cell_types |
A Vector of the cell type annotations. Has to be in the same order as the samples in single_cell_object. |
A Biobase::ExpressionSet of the input data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.