Description Usage Arguments Value
Project a normalized simulated vector of cell expression onto UMAP space given an normalized expression matrix. If these vectors are large (large number of genes), PCA may be performed on both 'exp.mat' and 'x.prime' to reduce computational load.
1 | ProjectSimUMAP(exp.mat, x.prime)
|
exp.mat |
original expression data (E^0) |
x.prime |
predicted expression data (E^t) |
a data frame with umap coordinates for the cells and simulated states (x1,y1) -> (x2,y2) where each row corresponds to a cell in the original dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.