First of all, thank you very much for your valuable work.
I need to perform a Variant to Gene search for multiple variants (>200).
I am trying to find a way to do it through a script that generates a table with the results containing the same parameters as when I search the rsid individually through the browser but I’ve been not able to find what I am looking for in the documentation.
Thanks for your question Paloma. For a moderate number of variants, you could use the GraphQL API, which can be access via a browser, or programmatically.
I tried with the full text shown in your example, however, I got a lot of qtls, I did not see anything such as PCHi-C, DHS-promoter corr, VEP… Maybe I missed it.
I tried to find the information on the data structure and failed. Maybe I missed it too.
Hi llg, in the v2g_scored file, you will find this information, each row represents an evidence source for a given variant to gene pair (as indicated by the type_id and source_id columns), so if you were particularly interested in pchic evidence sources, you can filter the v2g_scored file based on the type_id column.