Description Usage Arguments Details Value
Verifiable de-anonymization requires metadata: a sample map, a feature map, a salting phrase, and knowledge of whether the salt phrase was applied to features, samples, both, or neither. If the metadata is left in the metadata slot of the dehydrated SummarizedExperiment, it will be used, else it must be supplied by the user. Optionally, the data itself may be verified.
1 |
x |
a RangedSummarizedExperiment to deanonymize, or a list* |
meta |
the meta-metadata required to reverse the hashes |
covs |
a data.frame of covariates (rows are samples, columns covs) |
check |
check assay row and column hashes? (FALSE; can be very slow) |
A list result from rehash(x, ..., strip=TRUE) can be passed as x
(the
first argument to dehashSE) for testing purposes. In such cases, it will
be disassembled into the necessary symbols to dehash the object. However,
saving the list for distribution defeats the purpose of rehash()ing it,
so don't do that in production. This hook exists ONLY for testing! If a
list is detected as the argument, row and column hashes WILL be checked
(regardless of the value of check
in the function call), partly to
discourage routine use of this functionality in production.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.