Description Usage Arguments Value Examples
View source: R/plot_functions.R
Make MD plots for all combinations of a condition
1 |
hicexp |
A hicexp object. |
prow |
The number of rows to use for the grid of MD plots. Defaults to 3. |
pcol |
The number of columns to use for the grid of MD plots. Defaults to 3. |
plot.chr |
A specific chromosome or set of chromosome which you want to plot. This should be a numeric value, i.e. to plot chromosome 1 set plot.chr = 1, to plot chromosomes 1 and 5 set plot.chr = c(1, 5). Defaults to NA indicating that all chromosomes present in the hicexp will be plotted. |
plot.loess |
Logical, should a loess curve be plotted over the MD plots. Note setting this to TRUE will increase the computational time for plotting. |
A set of MD plots.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.