Error in eigen using VEGAS
0
0
Entering edit mode
9.4 years ago
hallie.cla • 0

Hello,

I'm trying to run a gene-set based analysis using VEGAS, a software that calls PLINK and R, and uses HapMap to estimate patterns of linkage disequlibrium for each gene. I just followed the basic format ./vegas [input file] -pop hapmapCEU and I received this error:

Error in eigen(m, only.values = TRUE, symmetric = TRUE) : 0 X 0 matrix
Calls: is.positive.definite -> eigen
Execution halted

Do you have any idea on what might be causing this error and how could I correct it?

Thanks a lot

Claudia

vegas gene-set • 1.8k views
ADD COMMENT
0
Entering edit mode

It fails because it didn't get a matrix with data. This is indicated by '0 x 0 matrix'. Investigate why eigen() is not receiving a matrix with data.

ADD REPLY
0
Entering edit mode

Have you ever try other gene-set approach? for example, rvtest

ADD REPLY

Login before adding your answer.

Traffic: 1991 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6