Description Usage Arguments Details Value
This function determines appropriate x and y limits for volcano plots or sets of volcano plots.
1 2 3 4 5 6 7 8 9 |
topGenes |
a data frame or list of data frame. Each data frame typically contains the output of a call to |
pairwise |
logical, whether |
x_symmetric |
logical, whether the x-axis should be made symmetric. |
adjust_factor |
numeric, the factor for adjusting the limits of the x- and y-axes. The returned limits will be extended by this much to allow points at the extremes of the plot to fit. Defaults to 0.01. |
y_floor_zero |
logical, whether to set the lower limit of y to 0. Defaults to TRUE. |
x_col, y_col |
character or integer, the name or number of the columns containing the data to be plotted on the x- and y-axes. Default to "logFC" and "adj.P.Val", respectively. |
neg_log10_ycol |
logical, whether the y-axis will be plotted as |
min_x_abs |
numeric, the minimum absolute value for the extent of the x-axis. Defaults to NULL, which sets no default. Typically used when plotting with thresholds, to ensure that threshold value is shown. |
min_y2 |
numeric, the minimum value for upper limit the y-axis. Defaults to NULL, which sets no default. Typically used when plotting with thresholds, to ensure that threshold value is shown. |
This function finds reasonable x- and y-limits for plots; it is specifically designed for use with volcano plots.
A list, with vectors for x- and y-limits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.