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
Got it, thanks. I think I see the issue now.
What's happening is that Im normalizing 8 runs of the experiment together.
I then write them to .fcs files using the sce2fcs function. I then take
each run and de-barcode each run individually. However because channel
names get changed during this process, during the debarcoding I get the
error:
`
Error in assignPrelim(sce, mat) :
Couldn't match masses extracted from channel names and debarcoding scheme.
`
I'm not quite sure how to fix this.
Can we prevent it from automatically renaming channels?
The text was updated successfully, but these errors were encountered: