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

Getting error when creating an idea object #26

Open
Sunyp-IM opened this issue Apr 22, 2023 · 1 comment
Open

Getting error when creating an idea object #26

Sunyp-IM opened this issue Apr 22, 2023 · 1 comment

Comments

@Sunyp-IM
Copy link

Sunyp-IM commented Apr 22, 2023

I followed the instruction in the tutorial to analyze my data. After run the CreateiDEAObject command, I got the following output.

  > idea <- iDEA.fit(idea,
+                  fit_noGS=FALSE,
+                  init_beta=NULL, 
+                  init_tau=c(-2,0.5),
+                  min_degene=5,
+                  em_iter=15,
+                  mcmc_iter=1000, 
+                  fit.tol=1e-5,
+                  modelVariant = F,
+                  verbose=TRUE)
## ===== iDEA INPUT SUMMARY ==== ##
## number of annotations:  100 
## number of genes:  1384 
## number of cores:  1 
## fitting the model with gene sets information... 

However, looking at the result of idea@gsea, all the 100 annotations have pvalues >0.5. I wonder how to test more annotations and find the most significant ones for my gene set.

Thank you!

@YingMa0107
Copy link
Contributor

Hi @Sunyp-IM,

Thank you for your interest in our package. Sorry for the late reply as I somehow cannot receive the email notification.

Based on the iDEA input summary, the total number of genes you provided in the summary stats is too small. iDEA requires all gene levels summary statistics not just DE genes. Could you please tell me how did you get the summary statistics? Did you only maintain the DE summary statistics as input for iDEA? If so, please use all gene levels summary statistics.

Best,
Ying

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

2 participants