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

Check if HEM statistical analysis is being done by using only male WT #38

Open
ficolo opened this issue Feb 21, 2024 · 1 comment
Open
Assignees
Labels
research Investigate statistical part

Comments

@ficolo
Copy link
Contributor

ficolo commented Feb 21, 2024

No description provided.

@ficolo ficolo added the research Investigate statistical part label Feb 21, 2024
@marinak-ebi
Copy link
Contributor

The general question is how genotype P-value was generated?

Charts represent boxplot for four groups: female HEM (empty), female WT, male HEM, male WT. But there is no female hemizygote individuals, If we look at the raw data, we will see, that there is no female hemizygote, because it is not possible by definition:

https://www.ebi.ac.uk/mi/impc/solr/experiment/select?q=*:*&fq=zygosity:%22hemizygote%22
>>> numFound: 1005229
https://www.ebi.ac.uk/mi/impc/solr/experiment/select?q=*:*&fq=zygosity:%22hemizygote%22&fq=sex:%22male%22
>>> numFound: 1005229
https://www.ebi.ac.uk/mi/impc/solr/experiment/select?q=*:*&fq=zygosity:%22hemizygote%22&fq=sex:%22female%22
>>> numFound: 0

How was this analysis performed? Was this statistical analysis done by including male WT only or it included both male WT and female WT as a controls?

For example go to Mid2 gene page → Phenotypes → All data → Lymphocyte differential count → Supporting data.

This is not the only case. We need to understand how pipeline process data in case only one sex is present, is it use both sex controls or only one of them. Preferably it should be made until next release in April.

@marinak-ebi marinak-ebi pinned this issue Mar 19, 2024
@marinak-ebi marinak-ebi unpinned this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Investigate statistical part
Projects
None yet
Development

No branches or pull requests

2 participants