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

Error in svd(X) : infinite or missing values in 'x' #5

Open
xiaowei3223 opened this issue Dec 16, 2019 · 0 comments
Open

Error in svd(X) : infinite or missing values in 'x' #5

xiaowei3223 opened this issue Dec 16, 2019 · 0 comments

Comments

@xiaowei3223
Copy link

Hi, Zhang Yun,

when I used my data via FUNNEL.GSEA, I don't know what's problem in my data. Can you help me to solve this problem.

my data is at this link .

codes are:

load("xd.RData")
genesets = qusage::read.gmt("c2.cp.kegg.v7.0.symbols.gmt")
t <- c(0,6,30)
Y <- FUNNEL.GSEA(xd, t, genesets)

And it shown me is:

22 real eigenvalues are negative or zero and are removed!
Error in svd(X) : infinite or missing values in 'x'
In addition: Warning messages:
1: In interpp.old(x, y, z, xo, yo, ncp = 0, extrap = FALSE, duplicate = duplicate,  :
  interpp.old() is deprecated, future versions will only provide interpp()
2: In interpp.old(x, y, z, xo, yo, ncp = 0, extrap = FALSE, duplicate = duplicate,  :
  interpp.old() is deprecated, future versions will only provide interpp()
3: In sqrt(romb2(out1, phi[, i]^2)) : NaNs produced

When I test whether my data have NA:

table(is.na(xd))
#FALSE 
#56496 

Thank you!

Your sincerely,
Xiaowei

-email: [email protected]

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

1 participant