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

IdentifyFailures Error #37

Open
bioxu opened this issue Jul 11, 2022 · 3 comments
Open

IdentifyFailures Error #37

bioxu opened this issue Jul 11, 2022 · 3 comments

Comments

@bioxu
Copy link

bioxu commented Jul 11, 2022

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,

  • The library is already synchronized with the lockfile.
    [1] "BEGIN IdentifyFailures.R"
    Loading required package: R.oo
    Loading required package: R.methodsS3
    R.methodsS3 v1.8.2 (2022-06-13 22:00:14 UTC) successfully loaded. See ?R.methodsS3 for help.
    R.oo v1.25.0 (2022-06-12 02:20:02 UTC) successfully loaded. See ?R.oo for help.

Attaching package: ‘R.oo’

The following object is masked from ‘package:R.methodsS3’:

throw

The following objects are masked from ‘package:methods’:

getClasses, getMethods

The following objects are masked from ‘package:base’:

attach, detach, load, save

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’:

timestamp

The following objects are masked from ‘package:base’:

cat, commandArgs, getOption, isOpen, nullfile, parse, warnings

Error in cor(ReadDepths) : supply both 'x' and 'y' or a matrix-like 'x'
Execution halted

Thanks a lot.

@bioxu
Copy link
Author

bioxu commented Jul 11, 2022

Error was in DECoN version 2.0.0

@ducerer
Copy link

ducerer commented Dec 9, 2022

Meet same error, how to solve this?

@fishcakess
Copy link

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.

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

3 participants