| get_clusters_SNN_bulk | R Documentation | 
Get SNN shared nearest neighbour clusters to a tibble
get_clusters_SNN_bulk(
  .data,
  .element = NULL,
  .feature = NULL,
  .value,
  of_elements = TRUE,
  transform = NULL,
  ...
)
.data | 
 A tibble  | 
.element | 
 A column symbol. The column that is used to calculate distance (i.e., normally genes)  | 
.feature | 
 A column symbol. The column that is represents entities to cluster (i.e., normally elements)  | 
.value | 
 A column symbol with the value the clustering is based on (e.g., 'count')  | 
of_elements | 
 A boolean  | 
transform | 
 A function to use to tranforma the data internalli (e.g., log1p)  | 
... | 
 Further parameters passed to the function kmeans  | 
A tibble with additional columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.