catalogueR-package | R Documentation |
The functions in catalogueR are partly derived from the following eQTL Catalogue tutorial. Additional eQTL Catalogue Resources:
Notes on parallelization: There's multiple levels to parallelize on. You can only choose one level at a time:
multithread_qtl=TRUE
Across QTL datasets
multithread_loci=TRUE
Across loci
multithread_tabix=TRUE
Within tabix files
You can also get a speedup by using tabix instead of the rest API Test: For 3 loci, and X QTL datasets:
7.5 minutes
27 seconds (*clear winner! ~17x speedup)
That said, if you're only query a small number of specific SNPs (rather than a large range), the RESTful API can sometimes be faster.
Maintainer: Brian Schilder brian_schilder@alumni.brown.edu (ORCID)
Authors:
Jack Humphrey Jack.Humphrey@mssm.edu (ORCID)
Towfique Raj towfique.raj@mssm.edu (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.