You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks adding a function and associated tests to rOpenScpCA to calculate stability via bootstrapping & ARI** from a given set of clusters. The function should take a PC matrix (or sce/seurat object) and data frame with clusters and cell IDs. We should be able to directly use bluster::bootstrapStability for this, setting compare=pairwiseRand (or hey, even compare=Jaccard - we can make this an option).
The text was updated successfully, but these errors were encountered:
Disappointingly, seems like the bluster function won't work for us (I bet this is something we once figured out but before I joined the data lab...), since it returns only the average or median of the bootstrapped values, not a value for each bootstrap iteration itself.
Relevant discussions
#727 & #731
Proposed addition
This issue tracks adding a function and associated tests to
rOpenScpCA
to calculate stability via bootstrapping & ARI** from a given set of clusters. The function should take a PC matrix (or sce/seurat object) and data frame with clusters and cell IDs. We should be able to directly usebluster::bootstrapStability
for this, settingcompare=pairwiseRand
(or hey, evencompare=Jaccard
- we can make this an option).The text was updated successfully, but these errors were encountered: