Description Usage Arguments Value Examples
This requries setting a seed with a secret number that was used to de-identify the IDAT (see example). This requires a secret number that was used to de-idenitfy the IDAT
1 | reIdentify(path, out_path = NULL, snps = NULL, mft = NULL)
|
path |
input IDAT file |
out_path |
output IDAT file |
snps |
SNP definition, if not given, default to SNP probes |
mft |
sesame-compatible manifest if non-standard |
NULL, changes made to the IDAT files
1 2 3 4 5 6 | temp_out <- tempfile("test")
set.seed(123)
reIdentify(system.file(
"extdata", "4207113116_A_Grn.idat", package = "sesameData"), temp_out)
unlink(temp_out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.