Description Usage Arguments Value Examples
Used to check the quality of internal control probes and return a data frame which includes whether samples have failed on different categories of internal controls
1 | UniD.intctl(loading = loading, dataDir, outDir, arrayType, sampleType, write)
|
loading |
List generated from the |
dataDir |
directory where raw data stored |
outDir |
directory where output data should be saved if write = T |
arrayType |
the platform which raw data generated, can be "450k" or "EPIC" |
sampleType |
Indicate the input data are "FFPE" or "other" |
write |
whether the output should be saved, highly recommended |
a data frame with quality checking results for internal control probes
1 2 3 4 5 6 7 8 9 | ## Not run:
samQC <- UniD.intctl(loading = loading, dataDir = "~/Desktop/IDAT/",
outDir = "~/Desktop/output/", arrayType = "450k", sampleType = "FFPE",
write = T)
samQC <- UniD.intctl(loading = loading, dataDir = "~/Desktop/IDAT/",
outDir = NULL, arrayType = "EPIC", sampleType = "other", write = F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.