mash_plot_effects.Rd
Creates a plot with point estimates and standard errors for effects of a single SNP in multiple conditions.
mash_plot_effects(
m,
n = NA,
i = NA,
marker = TRUE,
saveoutput = FALSE,
suffix = ""
)
An object of type mash
Optional. Integer or integer vector. The result number to plot, in
order of significance. 1 would be the top result, for example. Find
these with get_significant_results
.
Optional. Integer or integer vector. The result number to plot, in
the order of the mash object. 1 would be the first marker in the mash
object, for example. Find these with get_marker_df
.
Optional. Print the marker name on the plot?
Logical. Should the output be saved to the path?
Character. Optional. A unique suffix used to save the files, instead of the current date & time.
Specify only one of n or i.