View source: R/RCTDreplicates.R
run.RCTD.replicates | R Documentation |
RCTD.replicates
objectFor each SpatialRNA
replicate in the RCTD.replicates
object, runs the run.RCTD
function to assign cell types.
run.RCTD.replicates(RCTD.replicates, doublet_mode = "doublet")
RCTD.replicates |
an |
doublet_mode |
|
If in doublet mode, fits at most two cell types per pixel. It classifies each pixel as 'singlet' or 'doublet' and searches for the cell types on the pixel. If in full mode, can fit any number of cell types on each pixel. In multi mode, cell types are added using a greedy algorithm, up to a fixed number.
an RCTD.replicates
object containing the results of the RCTD algorithm. Please see RCTD.replicates
and RCTD
documentation for more information on interpreting the content of this object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.