Visualization of QTL specificity among multiple cells/tissues.

xQTLvisual_qtlPropensity(propensityRes, P_cutoff = 1)

Arguments

propensityRes

A data.table object from the function xQTLanalyze_propensity

P_cutoff

(numeric) cutoff of the p-value of tissue propensity. Default: 1

Value

A ggplot object

Examples

# \donttest{
propensityRes <- xQTLanalyze_propensity( gene="MMP7", variantName="rs11568818", study="TwinsUK")
xQTLvisual_qtlPropensity(propensityRes)
# }