View source: R/PAINTOR_download_annotations.R
PAINTOR_download_annotations | R Documentation |
Download annotations to perform functional fine-mapping with PAINTOR.
PAINTOR_download_annotations( dat_merged, locus_dir, PT_results_path, annot_sample = FALSE, annot_xgr = NULL, annot_roadmap = NULL, chrom_states = NULL, use_annotations = TRUE, conda_env = "echoR_mini", nThread = 1, verbose = TRUE )
locus_dir |
Locus-specific directory to store results in. |
annot_xgr |
Use annotations from XGR via XGR_query. |
annot_roadmap |
Use annotations from Roadmap via ROADMAP_query. |
chrom_states |
Filter results by chromatin states. |
use_annotations |
Whether to perform functional fine-mapping with
specified annotations ( |
conda_env |
Conda environment to use. |
nThread |
Number of threads to parallelise across (when applicable). |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.