
Generate UMAP for the final prediction based on cell patterns
PlotUMAP.RdGenerate UMAP for the final prediction based on cell patterns
Arguments
- predictMatrix
a wide cell by pattern matrix generated from GenerateInput function
- prediction_result
Prediction result from PredictCellType
- n_component
Number of PCA components to use (Default: 30)
- seed
A number for random seed (Default: 123)
- ...
Additional arguments passed to
uwot::umap(e.g.,n_neighbors,metric).