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

An unresolved error #25

Open
jieyu-He opened this issue Feb 7, 2024 · 4 comments
Open

An unresolved error #25

jieyu-He opened this issue Feb 7, 2024 · 4 comments

Comments

@jieyu-He
Copy link

jieyu-He commented Feb 7, 2024

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.

@honzee
Copy link
Owner

honzee commented Feb 7, 2024

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.

  1. Does it work normally with the built-in standard?
  2. Could you send me the send me the RNAseqCNV_wrappper command you used to run the analysis?
  3. Could you send me the header of your metadata and one of your count files?

Best,
Jan

@jieyu-He
Copy link
Author

jieyu-He commented Feb 19, 2024

Hello, glad you got my reply.
I did not get any errors when using method one (single sample analysis). But when I use method two (batch analysis), the above error will appear. Similarly, when I set up the standard sample using method 1 to analyze, the above error also occurred.
11

Cannot run
Run the code to view the pictures I posted

@jieyu-He
Copy link
Author

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.

@honzee honzee reopened this Feb 20, 2024
@honzee
Copy link
Owner

honzee commented Feb 20, 2024

Hi jieyu,

I am sorry I couldn't help you. Have you managed to solve issue? If yes, please let me know how.

Jan

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

2 participants