RahmanTeam / DECoN

49 stars 29 forks source link

ERROR when running makeCNVcalls.R #28

Open lmanchon opened 3 years ago

lmanchon commented 3 years ago

--Hello,

execution halted with:

[1] "BEGIN makeCNVCalls.R" [1] "Processing sample: SRR098401 1/2" Optimization of the choice of aggregate reference set, this process can take some time Number of selected bins: 10000 Error in data.frame(ref.samples = dimnames(reference.counts)[[2]], correlations = my.correlations, : arguments imply differing number of rows: 0, 1 Calls: select.reference.set -> data.frame Execution halted

what's wrong ?

worker000000 commented 3 years ago

@lmanchon have you fixed this, I met it again image

lmanchon commented 3 years ago

no fixed, and i don't know what to do. The authors of DeCON seem to be off !

worker000000 commented 3 years ago

@lmanchon my error is such, can you give some suggestion, thanks a lot, maybe the print and dev.off is not that suitable image image

lmanchon commented 3 years ago

I am not the developer of DECoN, how can I get an answer? DECoN does not seem to be maintained anymore and this project has not been followed.

worker000000 commented 3 years ago

@lmanchon Thanks a lot I also do not know that, from my test of standard sample of cnv, decon can not detect them, I tested it because some papers said it is good, the error of my post is in the visulization part,

beaferbl commented 2 years ago

Hi, I had the same error Error in data.frame(ref.samples = dimnames(reference.counts)[[2]], correlations = my.correlations, I solved it adding colnames(my.reference.set)<-sample.names[-i] in the script Now it works