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
I ran epiAneufinder on a series of 10X Multiome data and ran into the following issue for 3 out of 8 samples (using the standard cellranger arc output). The other runs were fine.
The crashed runs did not save a count matrix, so there is little I can say about the output. Any suggestions how to fix this?
Thank you!
Subtracting Blacklist...
Adding Nucleotide Information...
1 of 23
2 of 23
3 of 23
4 of 23
5 of 23
6 of 23
7 of 23
8 of 23
9 of 23
10 of 23
11 of 23
12 of 23
13 of 23
14 of 23
15 of 23
16 of 23
17 of 23
18 of 23
19 of 23
20 of 23
21 of 23
22 of 23
23 of 23
Getting Counts...
Counting reads from bam files ..
Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), :
'data' must be of a vector type, was 'NULL'
Calls: epiAneufinder ... as.matrix -> as.matrix -> as.matrix.default -> array
Execution halted
sorry for the late reply.
We haven't seen this error message before, with the bam based datasets that we used.
Is it possible to send us one of the datasets that causes the error to have a look?
We haven't been able to reproduce your error.
Hi Katia,
thank you for the feedback. Unfortunately, I cannot share the data due to data privacy restrictions. I will revisit the tool and see if I can find a public dataset to reproduce the error.
one thing that I have noticed in multiome data is that the quality of the reads is not as good as for the scATAC, so it might be that the filtering criteria are high, ending up in empty structures. For the BAM file input we use Rsamtools for the loading and filtering. So far the filtering of the BAM files is mainly hard-coded, but will modify that. In the meantime I would suggest to try and run with the fragments file, just to check that how the quality looks.
Hi,
I ran epiAneufinder on a series of 10X Multiome data and ran into the following issue for 3 out of 8 samples (using the standard cellranger arc output). The other runs were fine.
The crashed runs did not save a count matrix, so there is little I can say about the output. Any suggestions how to fix this?
Thank you!
Here's the sessionInfo:
The text was updated successfully, but these errors were encountered: