To update the symbols maps for human and mouse yourself, download this repository and run:
./update.sh
from its root directory. Note that this script uses the "roxygen2" R library to update the documentation.
Alternatively, you can use updated maps without updating the package, see ?getCurrentMaps
.
Note to self - when updating the vignette, update the gh-pages website (https://waldronlab.io/HGNChelper/) like this:
# pip install ghp-import
R -e "pkgdown::build_site()"
ghp-import docs/
git push