Description Usage Arguments Value
Compute the distance matrix using a user-defined metric
1 2 3 4 5 6 7 8 | compute_all_cor(
x,
method = "correlation",
assay = "integrated",
select_cells1 = NULL,
select_cells2 = NULL,
select_genes = NULL
)
|
x |
a Seurat object |
method |
'correlation', 'partial_corr', or 'distance' |
select_cells1 |
a logical vector selecting the cells forming the rows of the correlation matrix |
select_cells2 |
similarly for the coluns |
select_genes |
which genes to compare, default is variable genes |
a correlation matrix with select_cells1 along the rows and select_cells2 along the columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.