plot_stratified_results: Plots regressions estimates obtained in stratified ExWAS

Description Usage Arguments Examples

View source: R/plot_stratified_results.R

Description

Plots regression estimates (coefficients with 95 perc CI) obtained in the stratified ExWAS analyses

Usage

1
plot_stratified_results(data_for_plotting, colors, labels, title, plot_name, path, ...)

Arguments

data_for_plotting

Results of the ExWAS analysis containing: Exposure, Estimate, conf_low and conf_high

colors

Provide colors to be used for each stratum

labels

Provide names to be used for each stratum

title

Title of the plot

plot_name

Name of the format: "plot.jpg"

path

Path where to save the plot

...

ylim argument

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

groovearmada/exwas documentation built on May 29, 2019, 12:02 a.m.