geomSketch | R Documentation |
Run Geometric sketching sampling. See Hie et al. 2019 Cell Systems for details.
geomSketch( data, geom_size = 1000, n_pca = 10, scale = TRUE, seed = 1, which_python = Sys.which(names = "python3") )
data |
An M x d sparse matrix or data.frame with M rows of data points and d columns of features. |
geom_size |
Size of geometric sketches to return. Default is 1000. |
n_pca |
Number of PCA dimensions to use. Default is 10. |
scale |
Whether to scale the data. Default is TRUE. |
seed |
Random seed number for PCA. Default is 1. |
which_python |
Path to python3 used. |
Returns geometric sketch IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.