SnapATAC_runDiffusionMaps | R Documentation |
Core of DiffusionMaps for landmark cells.
SnapATAC_runDiffusionMaps(bmat, nPC = 30, n = 1000, outlier = 0.999)
bmat |
sparse Matrix, cell by feature, after binarization |
nPC |
integer, default is 30 |
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 |
list of five elements
dmat dense matrix, cell by features
sdev vector, standard deviation
cutoff numeric, cutoff of outiliers for the normalized Jaccard similarity matrix
betas numeric vector of three elements, regression coefficients for reducing the random depth effect in Jaccard similarity matrix.
diagFactor Diagonal Matrix, inverse of square root of the rowSums of normalized Jaccard similarity matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.