Skip to content
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

Is there a way to include a sample in normalizer that is flagged as having "Bad Concatenation"? #12

Open
spcanny opened this issue Mar 13, 2017 · 2 comments

Comments

@spcanny
Copy link

spcanny commented Mar 13, 2017

I am using the normalizer and one of my samples was flagged as having "bad concatenation" and was skipped because "its time column is not monotonically increasing" - is there a way to fix this within the normalizer?

@zbjornson
Copy link
Collaborator

is there a way to fix this within the normalizer?

There is not. You could normalize before you concatenate. Otherwise you need to re-concatenate your files, ensuring that they are joined in the same order in which they were acquired.

@esimonds
Copy link

@spcanny: If the problematic FCS file was created using IMD-to-FCS conversion in the Helios software, there may be a problem with the Time parameter itself. Was it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants