View source: R/postProcessing.R
get_decomposed_data | R Documentation |
Warning: in the current RCTD version, this function is deprecated, and is no longer supported. For differential expression tasks, we instead recommend the RCTDE method.
get_decomposed_data(
results_df,
gene_list,
puck,
weights_doublet,
cell_type_info
)
results_df |
a dataframe of RCTD results |
gene_list |
a list of genes to be used for the decomposition |
puck |
an object of type SpatialRNA |
weights_doublet |
a dataframe of predicted weights in doublet mode |
cell_type_info |
cell type information and profiles of each cell, calculated from the scRNA-seq
reference (see |
Applied to the output of gather_results
.
Singlet pixels are left unchanged, and doublet_certain conditions are
decomposed into single cells.
An object of type SpatialRNA representing the decomposed cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.