It shows in an interactive plot which are the highly localized genes in each cell. It is based on plotly library
plot_interactive(
coordinate_umap,
color,
text,
min_x = NULL,
max_x = NULL,
min_y = NULL,
max_y = NULL
)Data frame with dimensionality reduction coordinates. Number of rows must be equal to the number of cells
vector of length equal to n_rows in coordinate_umap.Each cell will be coloured following a gradient according to the corresponding value of this vector.
Character vector specifying the highly localized genes in each cell. It is the output from selection_localized_genes.
Set the min limit on the x axis.
Set the max limit on the x axis.
Set the min limit on the y axis.
Set the min limit on the y axis.
plotly object given by plot_ly function (from library plotly).