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
Hi. I am following the "Discovery workflow with batch alignment using CytoNorm" tutorial. I have used this successfully in the past.
When I run cell.dat <- run.cytonorm(dat = cell.dat, model = cytnrm, batch.col = batch.col)
I get the following two error messages:
"WARNING -- the pre- and post-alignment row barcodes do not align"
"WARNING -- the pre- and post-alignment batch labels"
after which R crashes each time and I have to restart the r session.
For the prep and train step I used the following code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. I am following the "Discovery workflow with batch alignment using CytoNorm" tutorial. I have used this successfully in the past.
When I run
cell.dat <- run.cytonorm(dat = cell.dat, model = cytnrm, batch.col = batch.col)
I get the following two error messages:
"WARNING -- the pre- and post-alignment row barcodes do not align"
"WARNING -- the pre- and post-alignment batch labels"
after which R crashes each time and I have to restart the r session.
For the prep and train step I used the following code:
cytnrm <- train.cytonorm(model = cytnrm, align.cols = cellular.cols)
Any ideas what's going on? Any help much appreciated :).
Beta Was this translation helpful? Give feedback.
All reactions