AlexsLemonade / rOpenScPCA

R package to support analysis in the OpenScPCA project
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Function for plotting clustering metrics across multiple clustering results #9

Open allyhawkins opened 3 days ago

allyhawkins commented 3 days ago

After performing clustering and obtaining clustering metrics, it's likely that someone would want to put those metrics into a plot. Specifically, it would be helpful to be able to quickly compare things like width and purity across different parameters used.

I would envision something like the plot below that looks at one of the statistics (like width, purity, or stability) across varying nearest neighbor and resolution parameters.

image

image

I think this function would require the following arguments:

jaclyn-taroni commented 3 days ago

May be of interest to @cansavvy next month!