ktrns / scrnaseq

Workflow for single-cell RNA-seq analysis using Seurat
MIT License
37 stars 15 forks source link

UMAPs displaying samples separately #98

Closed kosankem closed 2 years ago

kosankem commented 3 years ago

Besonders im Falle der Integration von Samples mit hohen Zellzahlen ist es oft nicht möglich, die Aufteilung der relativen Zellmengen pro Cluster und Sample in der UMAP „Coloured by sample“ erkennen zu können, da die Probe, welcher die ‚Vordergrundfarbe‘ zugeordnet wurde, die anderen (rein visuell) überdeckt. Daher wollen wir vorschlagen, zusätzliche Tabs mit den UMAPs splitted by Samples einzufügen. Gerade im Vergleich von zwei Bedingungen (z.B. Control vs Disease) ist das eine schöne zusätzliche Visualisierung von Unterschieden in der Zugehörigkeit zu Clustern. Zurzeit habe ich das so umgesetzt: (Basierend auf der Skriptversion von Anfang Juni) UMAPs seperately per sample.txt

ktrns commented 3 years ago

Fine for me. What do you think @andpet0101?

You could have a look at the updated HTO html. Andreas added a plot like this: a UMAP split to multiple rows and columns.

kosankem commented 3 years ago

Basically it looks like this grafik and grafik

ktrns commented 3 years ago

Yes, I like it. You'd have to implement it in a way that with more samples it uses multiple rows. Did you already do this?

kosankem commented 3 years ago

As long as seurat does not split into multiple rows by default, I haven't done it. But I can take care of it and test it.