View source: R/Preprocess_QualityChecks.R
RemoveBadSamples | R Documentation |
Function to remove bad samples from an epigenetic set. This function also outputs a pdf with density plots highlighting the removed samples and without the bad samples.
RemoveBadSamples(
x,
badSamplesNames = c(),
badSamplesNum = c(),
Swabname_position = 3
)
x |
Epigenetic set object. |
badSamplesNames |
Filenames from bad samples |
badSamplesNum |
Index numbers from bad samples. |
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.