View source: R/BatchEffect_Visualise.R
BatchEffect_PointPlot | R Documentation |
Make point plots from the first 3 principal components from the beta set to assess whether batch effect is present. Every Plot should only contain maximum 6 groups to maintain an overview.
BatchEffect_PointPlot(
x,
batch,
n = 6,
xlim = c(-1000, 2500),
ylim = c(-1000, 1000)
)
x |
Epigenetic set object. |
batch |
The non-biological factor which we want to investigate for batch effect. |
n |
Number of samples per plot. It is advised to not exceed 6 groups per plot. |
xlim |
range of the x-axis |
ylim |
range of the y-axis |
Updated Epigenetic set object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.