View source: R/PAINTOR_process.R
PAINTOR_process | R Documentation |
Process PAINTOR annotation/LD-score files and upload them to Zenodo.
PAINTOR_process(
annot_dir = "./",
zipfile = "Functional_Annotations",
sandbox = TRUE,
title = "PAINTOR",
token = Sys.getenv("zenodo_token"),
validate = TRUE,
verbose = TRUE
)
annot_dir |
Directory where |
sandbox |
Whether to use the Zenodo or Zenodo Sandbox API. |
token |
Zenodo Personal access token. |
verbose |
Print messages. |
#### Downloading annotations ####
## Tarball be downloaded manually from here:
https://ucla.box.com/s/x47apvgv51au1rlmuat8m4zdjhcniv2d
## Then decompress the tarball:
tar -xvf Functional_Annotations.tar.gz
#### Installing zen4R ####
## has some system deps that have to be installed beforehand.
sudo apt-get install raptor2-utils
sudo apt-get install rasqal-utils
sudo apt-get install librdf0-dev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.