Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SaveClustersToFCS #23

Open
roskcl opened this issue Mar 25, 2019 · 1 comment
Open

SaveClustersToFCS #23

roskcl opened this issue Mar 25, 2019 · 1 comment

Comments

@roskcl
Copy link

roskcl commented Mar 25, 2019

Hello,

I have used SaveClustersToFCS and imported the newly created .fcs files in R or flowjo. When I then check the node information added in the FlowSOM column with either of the softwares I would expect that each cell had a value between 1 and 100 as I had 100 nodes in my FlowSOM run.

However, this are the values that I am obtaining:

unique(exprs(fcs[[1]]$FlowSOM))
FlowSOM
[1,] 10
[2,] 8
[3,] 96
[4,] 47
[5,] 3
[6,] 65
[7,] 2
[8,] 9

Could you help me understand where these values come from? Also, I would rather link the information of the metaclusters than the nodes. Is this possible?

Thank you very much for your help!

@SofieVG
Copy link
Owner

SofieVG commented Jan 27, 2021

Dear @RosaKCL

My apologies about the very late answer. I would guess the issue with the limited number of clusters was that in some way the data had such a specific structure that you had many empty clusters in the mapping?

We just added the metaclusters to the fcs files now as well, thanks for this suggestion. Note that there have been some major changes in the updates from the last months, so it might be necessary to make small adaptations in your previous script.

Kind regards,
Sofie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants