Description Usage Arguments Examples
effect_plot()
1 2 3 4 5 6 7 8 9 10 | effect_plot(
dat,
pheno_x = "x_pheno",
pheno_y = "y_pheno",
annotate_with = "Gene_Symbol",
thresh = 1e-08,
ci_thresh = 1,
gene_label_thresh = 1e-08,
color = get_topr_colors()[1]
)
|
dat |
The input dataframe (snpset) containing one row per variant and P values (P1 and P2) and effects (E1 and E2) from two datasets/phenotypes |
pheno_x |
The name of the phenotype whose effect is plotted on the x axis |
pheno_y |
The name of the phenotype whose effect is plotted on the y axis |
annotate_with |
The name of the column that contains the label for the datapoints (default value is Gene_Symbol) |
thresh |
Threshold cutoff, datapoints with P2 below this threshold are shown as filled circles whereas datapoints with P2 above this threshold are shown as open circles |
ci_thresh |
Show the confidence intervals if the P-value is below this threshold |
gene_label_thresh |
Label datapoints with P2 below this threshold |
color |
default value is the first of the topr colors |
1 2 3 4 | ## Not run:
effect_plot(dat)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.