redocinortyC / rsp-old

🧬 Old implementation of RSP.
https://rsp.cytronicoder.com/
0 stars 0 forks source link

Marker gene highlighting and cluster filtering #1

Open cytronicoder opened 11 months ago

cytronicoder commented 11 months ago

The current t-SNE plotting function allows a basic visualization of the data clustered with DBSCAN. However, it lacks the ability to highlight specific genes and filter clusters, which can be crucial for more targeted analysis.

Highlight Marker Gene(s)

Display Specific Cluster(s)

cytronicoder commented 11 months ago

2 fixes this issue for the most parts - I will need to add the ability to specify multiple marker genes to look at in a cluster (or multiple clusters to look at all together), and labelling them with different colors.

cytronicoder commented 11 months ago

Nope, contrary to what GitHub said - this is still very much open!