Description Usage Arguments Value
Generate cell clusters using hierarchical clustering and dynamic tree cutting.
1 | dataSNN(rca.obj, k = 10, eps = 8, minPts = 5, dist.fun = "All")
|
rca.obj |
RCA object. |
k |
Number of cells to consider in the neirest neighbour graph. Default is 10. |
eps |
Number of cells that have to be similar to connect 2 cells in a network. Default is 8 |
minPts |
Number of cells with at least eps neighbours to be considered a core point. Default is 5. |
dist.fun |
Either PCA or All. For PCA, a PCA reduction of the projection will be performed before the correlation matrix is computed. |
RCA object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.