View source: R/summarise_output.R
plot.atlasqtl | R Documentation |
This function provides functionality for plotting a so-called Manhattan plot with the positions and sizes of "hotspot" predictors (i.e., predictors associated with multiple responses).
## S3 method for class 'atlasqtl'
plot(
x,
thres = 0.5,
fdr_adjust = FALSE,
pch = 20,
ylim_max = NULL,
main = "Hotspot Manhattan plot",
xlab = "Predictors",
ylab = "Nb of associated responses",
add = FALSE,
...
)
x |
an object with S3 class |
thres |
threshold to be applied on the posterior probabilities of association to define hotspots (default is 0.5, for the Median Probability Model). |
fdr_adjust |
if TRUE the threshold is applied on FDR estimates computed from the "atlasqtl" posterior probabilities of association, otherwise it is directly applied on the posterior probabilities of association (default is FALSE). |
pch |
type of points. |
ylim_max |
upper limit for y-axis (ignored if |
main |
plot title (ignored if |
xlab |
x-axis title (ignored if |
ylab |
y-axis title (ignored if |
add |
whether the plot should be overlaid on an existing plot. |
... |
additional arguments. |
atlasqtl
, print.atlasqtl
,
summary.atlasqtl
, assign_bFDR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.