pdistance | R Documentation |
Calculate the cell-feature distance matrix based on coembeddings.
pdistance(object, reduction = "fast", assay.name = "distce", eta = 1e-10)
object |
a Seurat object. |
reduction |
a opstional string, dimensional reduction name, 'fast' by default. |
assay.name |
a opstional string, specify the new generated assay name, 'distce' by default. |
eta |
an optional postive real, a quantity to avoid numerical errors. 1e-10 by default. |
This function calculate the distance matrix between cells/spots and features, and then put the distance matrix in a new generated assay. This distance matrix will be used in the siganture gene identification.
data(pbmc3k_subset)
pbmc3k_subset <- NCFM(pbmc3k_subset)
pbmc3k_subset <- pdistance(pbmc3k_subset, "ncfm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.