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

Error in the step of training the model #41

Open
ctjimmyhsu opened this issue Jul 17, 2023 · 2 comments
Open

Error in the step of training the model #41

ctjimmyhsu opened this issue Jul 17, 2023 · 2 comments

Comments

@ctjimmyhsu
Copy link

ctjimmyhsu commented Jul 17, 2023

Using the data from the flow repository, I succesfully ran the code and steps until receiving an error at the training model step.
The error was
"Error in FlowSOM::AggregateFlowFrames(files, nCells, channels = colsToUse, :
unused argument (channels = colsToUse)"

I doubled check all the previous steps, and the data structure and input seem to be fine. Are there any suggestions?

@m-nikolaidis
Copy link

Based on the documentation there is no parameter channels. This might be giving you the error

@SamGG
Copy link

SamGG commented Feb 19, 2024

Based on the documentation of the current FlowSOM package, there is a channels argument.
https://bioconductor.org/packages/release/bioc/manuals/FlowSOM/man/FlowSOM.pdf page 12
@ctjimmyhsu The version you are using is probably not the latest one.
@m-nikolaidis Thanks for pointing the discrepancy.

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

3 participants