Description Usage Arguments Value Examples
Laplacian eigenmaps embedding of single-cell RNA-seq data.
1 2 3 4 5 |
sce |
The SCESet object |
genes_for_embedding |
A vector of gene indices or names to subset the sce for the embedding. The returned object contains the full original gene set found in sce. |
kernel |
The choice of kernel. 'nn' will give nearest neighbours, 'dist' gives minimum distance and 'heat' gives a heat kernel. Discussed in detail in 'Laplacian Eigenmaps and Spectral Techniques for Embedding and Clustering', Belkin & Niyogi |
metric |
The metric with which to assess 'closeness' for nearest neighbour selection, one of 'correlation' (pearson) or 'euclidean'. Default is 'correlation'. |
nn |
Number of nearest neighbours if kernel == 'nn' |
eps |
Maximum distance parameter if kernel == 'dist' |
t |
'time' for heat kernel if kernel == 'heat' |
symmetrize |
How to make the adjacency matrix symmetric. Note that slightly counterintuitively, node i having node j as a nearest neighbour doesn't guarantee node j has node i. There are several ways to get round this:
|
measure_type |
Type of laplacian eigenmap, which corresponds to the constraint on the eigenvalue problem. If type is 'unorm' (default), then the graph measure used is the identity matrix, while if type is 'norm' then the measure used is the degree matrix. |
p |
Dimension of the embedded space, default is 2 |
An object of class SCESet
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.