Description Usage Arguments Value
Efficiently import idats files mostly using minfi functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | read_idats(
directory = getwd(),
csv_file = "csv$",
meth_value_type = "B",
filter_beads = TRUE,
bead_cutoff = 0.05,
filter_non_cpg = TRUE,
filter_snps = TRUE,
population = NULL,
filter_multihit = TRUE,
filter_xy = TRUE,
detection_pvalues = 0.01,
filter_callrate = TRUE,
callrate_samples = 0.99,
callrate_probes = 1,
norm_background = "oob",
norm_dye = "RELIC",
norm_quantile = "quantile1",
array_name = c("EPIC", "450k"),
annotation_version = c("ilm10b4.hg19", "ilmn12.hg19"),
n_cores = 1,
rgSet = NULL,
echo = FALSE
)
|
directory |
A |
csv_file |
A |
meth_value_type |
A |
filter_beads |
A |
bead_cutoff |
A |
filter_non_cpg |
A |
filter_snps |
A |
population |
A |
filter_multihit |
A |
filter_xy |
A |
detection_pvalues |
A |
filter_callrate |
A |
callrate_samples |
A |
callrate_probes |
A |
norm_background |
A |
norm_dye |
A |
norm_quantile |
A |
array_name |
A |
annotation_version |
A |
n_cores |
An |
rgSet |
A |
echo |
A |
A list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.