Skip to content

Export clusters identified by FlowSOM #75

Answered by tomashhurst
ReubenMcG asked this question in Help
Discussion options

You must be logged in to vote

Hi @ReubenMcG, thanks so much!

"...if there was a way to check dot plots of various cluster identified by FlowSOM"

Definitely! Either you can make some plots of the marker of interest directly (e.g. rather than making a plot of UMAP_X vs UMAP_Y coloured by cluster/population, you could make one of CD3_asinh vs FoxP3_asinh or similar.

Here is an example with the demo data:

library('Spectre')
cell.dat <- Spectre::demo.clustered
make.colour.plot(dat = cell.dat, x.axis = 'CD11b_asinh', y.axis = 'CD45_asinh', col.axis = 'Population', add.label = TRUE)

However, to get into more detail you can easily produce FCS files and pull them into FlowJo. In the 'annotation' section there is a command th…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@tomashhurst
Comment options

@ReubenMcG
Comment options

@SamGG
Comment options

@ReubenMcG
Comment options

@tomashhurst
Comment options

Answer selected by ReubenMcG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants