dehashSE: deanonymize (to some degree) a SummarizedExperiment post...

Description Usage Arguments Details Value

View source: R/dehashSE.R

Description

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.

Usage

1
dehashSE(x, meta = NULL, covs = NULL, check = FALSE)

Arguments

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)

Details

Value

1
   an object of the same class as x, but with cleartext dimnames

trichelab/rehash documentation built on Nov. 5, 2019, 10:58 a.m.