You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to execute #gaussNorm normalization, I have an error
"No curve with 2 landmarks was found for channel APC-Cy7-A . Decrease max.lms[ APC-Cy7-A ] and try again.
Error in extract.base.landmarks(lms$filter, channel.names, max.lms) :"
I saw elsewhere it can be solved when we transformed it with the following code
No curve with 2 landmarks was found for channel APC-Cy7-A . Decrease max.lms[ APC-Cy7-A ] and try again.
Error in extract.base.landmarks(lms$filter, channel.names, max.lms) :
Could you kindly advise on how I should approach this problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
gaussNorm normalization is no longer part of our normal workflow for data analysis, therefore it's not actively maintained and supported. For automated cell discovery and clustering,FAUST proved to be more accurate and effective. https://www.cell.com/patterns/fulltext/S2666-3899(21)00234-8
Feel free to post to your questions there https://github.com/RGLab/FAUST
if you decide to give it a try
Hi there, my name is Yeh Fong and currently I am facing some problem using the normalization with gaussNorm.
I am using the vignette in FlowSOM package. Attached is the link: https://rdrr.io/github/saeyslab/FlowSOM_workshop/f/vignettes/FlowSOMWorkshop.Rmd
When I tried to execute #gaussNorm normalization, I have an error
"No curve with 2 landmarks was found for channel APC-Cy7-A . Decrease max.lms[ APC-Cy7-A ] and try again.
Error in extract.base.landmarks(lms$filter, channel.names, max.lms) :"
I saw elsewhere it can be solved when we transformed it with the following code
trans <- estimateLogicle(fs_batch[[1]], channels = test.chnl)
fs_batch.trans <- transform(fs_batch, trans)
fs_scaled1 <- gaussNorm(fs_batch.trans, channel.names=test.chnl)
However, when I tried that code I still face a similar problem.
No curve with 2 landmarks was found for channel APC-Cy7-A . Decrease max.lms[ APC-Cy7-A ] and try again.
Error in extract.base.landmarks(lms$filter, channel.names, max.lms) :
Could you kindly advise on how I should approach this problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered: