ramiromagno / gwasrapidd

gwasrapidd: an R package to query, download and wrangle GWAS Catalog data
https://rmagno.eu/gwasrapidd/
Other
89 stars 15 forks source link

GRASP: Genome-Wide Repository of Associations Between SNPs and Phenotypes #30

Closed Shicheng-Guo closed 2 years ago

Shicheng-Guo commented 2 years ago

Hi Ramiro,

Any plan to add GRASP to the package?

https://grasp.nhlbi.nih.gov/Overview.aspx

Thanks.

Shicheng

Shicheng-Guo commented 2 years ago

another interesting dataset will be: https://genebass.org/

ramiromagno commented 2 years ago

Hi Shicheng,

Thank you for your question and interest in {gwasrapidd}.

Those two sources of GWAS you mentioned are interesting. However, I do not have plans to provide access to them through gwasrapidd.

Generally speaking, you may access these types of sources in three distinct ways:

  1. Access through a web app. This type of data access is more akin to end user access, i.e., of a more manual type of browsing and exploring of the data.
  2. Access by a REST API service, which allows programmatic analysis of the data and is usually programming language agnostic and more used by bioinformaticians.
  3. Access by downloading an entire dump of the database, which also allows programmatic analysis but requires you to store all data in your own disk, and usually requires more effort to understand the data schema (also ideal for bioinformaticians).

The GWAS Catalog provides all three approaches, and {gwasrapidd} facilitates the access via the REST API method. Now, these two other sources you mentioned do not seem to provide access via a REST API. And even if they did, the way data is organized is likely different from the way the data is organized in GWAS Catalog. So, for these reasons, I do not think that it would make sense to try to aggregate such heterogeneous functionality under one single package.

In summary, I think it would be helpful to have the data from GRASP and genebass easily accessible into R, but that effort probably requires two dedicated R packages. :) If more people would show interest, and if a couple of programming hands would be available to work on such a challenge, I would not mind joining efforts.

Shicheng-Guo commented 2 years ago

Agree with you Ramiro!! I am sure there will be some similar R packages coming out for GRASP and Genebass. Will notify you when I find them. Thank you for these impressive comments!!

Shicheng

ramiromagno commented 2 years ago

You're welcome. The answer to your other question follows next. :)