NBF_vis | R Documentation |
The function could apply UMAP to the featurization matrix of a special omics dataset.
This matrix could be a neighborhood matrix, which is the combination of the quantile
matrix and network matrix (from quantile_matrix and network_matrix, respectively)
Then, a shiny app will visualize the UMAP embeddings of the spatial omics data.
NBF_vis(matrix, origin_data, var_names)
matrix |
a statistics matrix. It should be rescaled. |
origin_data |
a data frame. It is the origin dataset of cell expressions, like proteins and genes. |
var_names |
the names of columns about expressions like proteins or genes in the argument origin_data. |
an interactive shiny app for the UMAP embeddings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.