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

Fix assocaitions-class.Rd #26

Closed peranti closed 2 years ago

peranti commented 2 years ago

entrez_id is not available in the Slot "ensembl_ids". The documentation here is not reflecting the association class functionality.

ramiromagno commented 2 years ago

Hi Pradeep:

Thank you for reporting this mistake!

I am happy to make a pull but this change should be made at the place where the documentation of the class happens: https://github.com/ramiromagno/gwasrapidd/blob/44041d1cc4704654d1a14e00be84402f765a3623/R/class-associations.R#L94-L95.

Then run devtools::document() to regenerate the file man/associations-class.Rd, that ultimately is read to update to the online documentation.

Would you be willing to make a new pull request with changes to class-associations.R?

peranti commented 2 years ago

Thanks for pointing me to the right place. I have made changes using the GitHub website directly.

Would it still be possible to run devtools::document() to update the documentation?