-
Notifications
You must be signed in to change notification settings - Fork 8
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
An unresolved error #25
Comments
Hi, thank you for trying out our package. Apparently there is some problem with joining data within the package. Firstly, I would make sure, that all your count files have the same gene sets. The error might be suggesting, that the your custom standard count files have different number of genes than the other files. However, from the message, I am unable to determine the exact cause of the error. I would therefore also ask some questions.
Best, |
I checked and the gene sets in my count files are all the same, no problem. There is no problem with these samples during individual analysis and the results can be obtained. |
Hi jieyu, I am sorry I couldn't help you. Have you managed to solve issue? If yes, please let me know how. Jan |
When I perform batch analysis and my own built-in standard sample analysis, I always get the following error
Error in vecseq(f__, len__, if (allow.cartesian || notjoin || !anyDuplicated(f__, :
Join results in 247187 rows; more than 224126 = nrow(x)+nrow(i). Check for duplicate key values in i each of which join to the same group in x over and over again. If that's ok, try by=.EACHI to run j for each group to avoid the large allocation. If you are sure you wish to proceed, rerun with allow.cartesian=TRUE. Otherwise, please search for this error message in the FAQ, Wiki, Stack Overflow and data.table issue tracker for advice.
The text was updated successfully, but these errors were encountered: