-
Notifications
You must be signed in to change notification settings - Fork 10
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
warpSet() #24
Comments
The second peak on the right for fsN <- warpSet(x = fs, stains = "CD33.CD33-TotalA", bwFac = 3)
d1 <- densityplot(~`CD33.CD33-TotalA`, fs, main="before warpSet()", filter=curv1Filter("CD33.CD33-TotalA", bwFac = 3))
d2 <- densityplot(~`CD33.CD33-TotalA`, fsN, main="after warpSet()", filter=curv1Filter("CD33.CD33-TotalA", bwFac = 3)) |
Thanks @mikejiang ! I had tried this already and the problem is, when I choose Is there a good strategy (beyond doing it manually) to run multiple Mark |
Could you run different channels separately with different parameters? |
I certainly could .. I just wonder if there is a good way to pick off, automatically, the |
The text was updated successfully, but these errors were encountered: