-
Notifications
You must be signed in to change notification settings - Fork 16
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
The 'n_fdr_0.2' number of all group is 0 #84
Comments
oh, I see the similar question have been discussed before, but I have some extra questions I want to confirm: 1.As mentioned earlier, phenotypes that are all zeros will be blank when plotted, even if they are significant on certain cell groups. Is this something you intentionally designed? Because according to the instructions in the document, if a cell group is significant, it should be marked with a square 2.According to #64 , this situation may have occurred due to a lack of power in scDRS, but what I don't quite understand is that I ran seven phenotypes at once, but only one of them experienced this situation, and these phenotypes are actually related, so this result is a bit strange to me. Thanks in advanced! |
|
Thank you very much for your assistance. I'll do my best to understand your meaning. 1.Yes, trait 1 does not exhibit significant cells across all cell types. However, at the same time, it is significant in some cell types (i.e., assoc_mcp < 0.05). 2.Based on my practice, this is unlikely due to insufficient sample size in GWAS, as I conducted scDRS analysis for all phenotypes simultaneously, and these seven phenotypes have similar sample sizes and heritabilities, but only trait 1 exhibits this phenomenon. 3.I also attempted analysis using human single-cell data (TabulaSapiens), and this situation improved; n_fdr_0.05 appears to be normal. 4.I would like to confirm if, in cases where assoc_mcp < 0.05 but n_fdr_0.05 is 0, can I consider this cell type significant in this phenotype? I'm eager to receive your further assistance! |
Thanks for the clarification.
Other factors also influence number of significant cells, e.g., cells in your dataset are not enriched in corresponding GWAS trait gene sets.
You can use |
Thanks for you help! I I think I understand what you mean. I would like to get your confirmation that if I input ten phenotypes at once, each containing ten cell types, will it calculate the P-value for a total of 100 cell-phenotype pairs using the Benjamini-Hochberg FDR correction, and then plot with the corrected q-values? |
But the plotting function would take cell-type and phenotype pairs (across 100 pairs in your example) and perform the FDR correction and determine significance based on FDR < 0.05 |
I really appreciate you! Now I am going to close this issue. |
Hi, this is a nice tool, thanks for your effort!
I ran a downstream analysis on multiple traits at once, but I found that the number of n_fdr_0.2 in some phenotypes was 0 (in all groups), which left me somewhat puzzled. And I found that even if these all zero phenotypes are significant, they will not show Squares in subsequent plots. I would like to ask if this situation is normal and how should I explain it? The log is below:
Thank you in advance for your help! I am new in this field, perhaps my question is a bit foolish, please forgive me!
Best regards,
Issac
The text was updated successfully, but these errors were encountered: