Description Usage Arguments Value Examples
Used to evaluate the probe quality in term of probe detection p-value and beadcount. For probes which failed the cut point, they will be set as missing value. The data with missing value will be returned/saved as beta value.
1 2 | UniD.dataqc(loading = loading, outDir, detP.cut = 0.05, bc.cut = 3,
arrayType, write)
|
loading |
List generated from the |
outDir |
directory where output data should be saved if write = T |
detP.cut |
The cut point for detection P-value, default is 0.05. If the probe's detection p-value > 0.05, the probe will be set as missing value in a sample-wise fashion. |
bc.cut |
The cut point for beadcount per probe, default is 3. If beadcount < 3, the probe will be set as missing value sample-wise. control probes |
arrayType |
the platform which raw data generated, can be "450k" or "EPIC" |
write |
whether the output should be saved, highly recommended |
A data frame with beta values for all samples and probes.
1 2 3 4 5 6 7 8 | ## Not run:
Beta.raw <- UniD.dataqc(loading = loading, outDir = "~/Desktop/output/",
detP.cut = 0.05, bc.cut = 3, arrayType = "450k", write = T)
Beta.raw <- UniD.dataqc(loading = loading, outDir = NULL, detP.cut = 0.05,
bc.cut = 3, arrayType = "450k", write = F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.