Open vext01 opened 5 years ago
I assume this means that you have N iterations and a window size of M where N should be > M, but is actually <= M. I might be very wrong.
Well, that's what I thought too, but I have 2000 samples and I'm using the default window size.
I'll investigate when I get a chance. Just wanted to raise the bug so it isn't forgotten.
Hi Everyone, I'm pretty new in R use and trying to solve similar use but using FlowAI. When I run flowAI automated (over 142 samples) i nmiddle of the samples I get this error: data<- flow_auto_qc(fs_raw_cd45)
Any suggestion how to solve it? Thanks a lot in advance
This happens when the size of your data is less than the window size.
In the case I reported above, this was due to a crashed process execution, which Krun represents as the empty list.
My suggestion is to check the size of your data.
Thanks for your quick support. May I kindly ask you how to check the size of my data? and how to change to avoid the error?
It looks like you are using the changepoint library from R(?).
This repo is a Python library that merely consumes the R library in a black box fashion. As such, I can't really help with your query, but you may have luck asking upstream?
It could be that the data is incomplete (in terms of pexecs), but I get the following crash: