-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: rehash
Type: Package
Title: Lightly anonymize and deanonymize datasets for quasi-public distribution
Description: Many times, one might like to distribute results via The Cloud
before they are necessarily static enough to deposit in, say, SRA.
Of course, for general use, one might want to obscure identifying
features of the data, lest data leakage harm a study participant,
or more generally to keep things semi-private before publication.
The rehash package offers implementations to lightly anonymize
SummarizedExperiments, MultiAssayExperiments, and BSseq objects,
as well as tools for GPG-encrypted transfer of decoder objects.
Version: 0.1.24
Date: 2019-10-19
Authors@R: c(person("Tim", "Triche", role=c("aut", "cre"), email="[email protected]"))
Author: Tim Triche [aut, cre]
Maintainer: Tim Triche <[email protected]>
URL: https://github.com/trichelab/rehash
BugReports: https://github.com/trichelab/rehash/issues
License: MIT + file LICENSE
Depends:
R (>= 3.0.0)
Imports:
gpg,
minfi,
bsseq,
digest,
SummarizedExperiment,
SingleCellExperiment,
MultiAssayExperiment
Suggests:
covr,
testthat,
HDF5Array,
restfulSE,
DelayedMatrixStats
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)