-
Notifications
You must be signed in to change notification settings - Fork 9
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
Skipping the clustering #13
Comments
Hello, I also cannot find in the documentation how to skip the clustering step and would like to know how to achieve this. |
Hi all,
If you don't want to include the clustering step, you can use the
QuantileNorm.train and QuantileNorm.normalize functions from the CytoNorm
package.
The CytoNorm.train/normalize functions are actually wrappers around those
to apply it on clusters.
Hope this helps!
Sofie
…On Tue, 27 Jun 2023, 15:40 Hefin Ioan Rhys, ***@***.***> wrote:
Hello, I also cannot find in the documentation how to skip the clustering
step and would like to know how to achieve this.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOS722P2PHHC2LRLISNX7DXNLPDZANCNFSM4PESZG3A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you @SofieVG , that makes sense. Thank you again for contributing such impactful packages to the field! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear all,
I already know my data clustering affected by my batches and I read thatI can skip the clustering part in the training but I am not sure how this is achieved! should I just skip the FlowSOM.params in the training function and then the clustering is skipped? sorry but this was't so clear to me in the documentation.
Also I have a question regarding to the training data. Can the training data be used with normalized facs files or do I need to normalize the training data too by somehow including them in the normalization process?
Thank you so much!
The text was updated successfully, but these errors were encountered: