View source: R/Preprocess_QualityChecks.R
FindBadSamples | R Documentation |
Function to visually find bad samples with non-bimodal distributions using density plots.
FindBadSamples(
x,
badSamples = c(),
n = 4,
ylim = c(0, 5),
Swabname_position = 3
)
x |
Epigenetic set object. |
badSamples |
Number or filenames of the bad idat files. |
n |
number of density plots per plot. Max 4 is suggested. |
ylim |
range of the y-axis |
Swabname_position |
Position of swabname in the filename (separated by "_") |
Updated Epigenetic set object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.