select_initial_indices | R Documentation |
select inital indices
select_initial_indices(
coordinates,
embeddings,
type = "bubble",
n_centers = 500,
max_iter = 500
)
coordinates |
data frame containing spatial coordinates of beads |
embeddings |
matrix containing embedding values - full pixel image |
n_centers |
numeric number of beads to select as super pixel centers |
max_iter |
numeric number of iteration before returning result if no coveregnce. |
barcodes of starting coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.