SnapATAC_DiffusionMaps | R Documentation |
DiffusionMaps method in SnapATAC
SnapATAC_DiffusionMaps( bmatSnap, nLandmark = 10000, n = 1000, outlier = 0.999, nPC = 30, seed = 1 )
bmatSnap |
sparse matrix, cell by feature |
nLandmark |
integer, numebr of landmark cells, default is 10,000 |
n |
integer, used for fitting regression of random depth effect, default is 1000 |
outlier |
double, used for choosing threshold of normalized Jaccard similarity matrix, default is 0.999 |
nPC |
integer, default is 30 |
seed |
integer, default is 1 |
list of two element
dmat dense matrix, cell by principle components, keep the same order of cells
sdev vector, length of principle components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.