Hi,
We have a question about the tsv file that we can download here Open Targets Genetics , at the “Associated studies: locus-to-gene pipeline” section, by clicking on the link “Download table as TSV”.
If we check the content, we realize that all the values of the “Study N Cases” column are empty.
If we use the API (Open Targets Genetics) to get the same data, some of the values of the “Study N Cases” field are not empty.
For example, if we use the following query :
query Jak2variants { studiesAndLeadVariantsForGeneByL2G(geneId: “ENSG00000171522”) {
study {
studyId
nCases
}
}}
for example, we obtain for the GCST011501 study, the value 7045 for the “Study N Cases” field.
I check the TSV file, and there is a line for the GCST011501 study, but the value of the “Study N Cases” column is empty.
Why the values of the “Study N Cases” column are always empty for the TSV file, even though some should not be empty (if we refer to the API) ?
Thank you very much
Kind regards