PCA and kmeans based similarity finder
x |
the BioData obejct |
cells |
the cells to find similarity for (do not take too view) |
cname |
the column name to store the similarity values in default="SimilarityToTargetCells" |
iter |
the amount of kmean runs for this analysis default=100 |
group.n |
the amount of kmeans groups to be created |
Based on a PCA representation of the BioData object this function runs 'iter' kmeans clusterings and collects the mean fraction of 'cells' overlapping with each other cell.
The function is returung this fraction of overlap for each cells and the higher the values the better the overlap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.