plot_eqtl_locus: Plot both multipopulation eQTL data and fine-mapping eQTL...

Description Usage Examples

Description

Plot both multipopulation eQTL data and fine-mapping eQTL data for a specific population.

Usage

1
2
plot_eqtl_locus(obj, populations = c("all"), discovery = "CEU",
  start = -1, end = -1)

Examples

1
2
3
4
5
eqtls = fetch_eqtl_data('SP1')
plot_eqtl_locus(eqtls)

eqtls = fetch_eqtl_data('ORMDL3')
plot_eqtl_locus(eqtls, populations=c('CHB','JPT'), discovery='JPT')

zaczap/finemapped_eqtls documentation built on May 4, 2019, 9:08 p.m.