make_metacells | R Documentation |
Generates meta cells for each cluster
make_metacells( counts.mat, dist.mat, clust.vec, num.neighbors = 5, subset = 250, min.samps = 500 )
counts.mat |
Matrix of filtered counts (genes X samples). |
dist.mat |
Distance matrix for this data. |
clust.vec |
Clustering vector. If not specified, entire matrix will be used. |
num.neighbors |
Number of neighbors to use in metacells. Default of 5. |
subset |
Number of cells to subset to. Default of 250. No subsetting if set equal to NULL. |
min.samps |
Minimum number of samples in a cluster required for meta cells. Default of 500. |
A list of meta cell matrices for all clusters with enough samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.