Open bioxu opened 2 years ago
Error was in DECoN version 2.0.0
Meet same error, how to solve this?
Meet same error, how to solve this?
Are you trying to run this with only 1 BAM file / BAI file? I was and I got this error.
You need multiple BAMs and BAIs to run this, it calculates a correlation across all samples at one stage.
Thanks a lot for this great tool.
I ran command "Rscript IdentifyFailures.R --RData test.RData --mincorr .98 --mincov 100 --exons target_bed_exon.txt --out test", and error as following message,
Attaching package: ‘R.oo’
The following object is masked from ‘package:R.methodsS3’:
The following objects are masked from ‘package:methods’:
The following objects are masked from ‘package:base’:
R.utils v2.12.0 (2022-06-28 03:20:05 UTC) successfully loaded. See ?R.utils for help.
Attaching package: ‘R.utils’
The following object is masked from ‘package:utils’:
The following objects are masked from ‘package:base’:
Error in cor(ReadDepths) : supply both 'x' and 'y' or a matrix-like 'x' Execution halted
Thanks a lot.