rehashMAE: anonymize (to some degree) a MultiAssayExperiment and its...

Description Usage Arguments Value

View source: R/rehashMAE.R

Description

Warning: this function is not yet properly implemented.

Usage

1
2
rehashMAE(x, salt = "0x", strip = TRUE, algo = "md5",
  deorder = FALSE)

Arguments

x

a MultiAssayExperiment to anonymize

salt

a salting phrase to slow brute-force attacks ("0x")

strip

strip rehashed objects of any deID'ing metadata? (TRUE)

algo

algorithm to use for the one-way hash (default is "md5")

deorder

scramble rows and columns? (FALSE; disrupts data digest)

Value

1
         a new, rehashed MultiAssayExperiment

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