Description Usage Arguments Value Author(s) See Also
View source: R/ideas_predict.R
Preload all IDEA states across "all" chrom. This is ideal for when running ideas_predict across multiple GWAS; however, it would be slower for single GWAS.
1 2 | ideas_preload_states(impala = getOption("gtx.impala", NULL),
db = config_db(), chrom = c(1:22, "X", "Y"))
|
impala |
[getOption("gtx.impala", NULL)] Implyr impala connection |
db |
[config_db()] Database to use for queries. |
chrom |
[c(1:22, "X", "Y")] Specify which chromosomes to load. |
states_data to be used with ideas_predict
Karsten Sieber karsten.b.sieber@gsk.com
Other ideas_predict: ideas_gwas_plot
,
ideas_gwas_summarize
,
ideas_loci_summarize
,
ideas_make
, ideas_predict
,
ideas_wrapper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.