-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
25 lines (23 loc) · 1003 Bytes
/
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
Package: AnonymizationToolCpp
Type: Package
Title: Anonymize FCS and LMD Files
Version: 0.1.0
Author: PLAIT Project Group
Maintainer: Michael Thrun <m.thrun@gmx.net>
Description: AnonymizationTool for anonymizing personal data from FCS and LMD files.
The package uses a Shiny App to anonymize all personal data, that
is find in a FCS or LMD file. Anonymization is performed using predetermined
keywords that indicate personal data. These are filtered out by the anonymization
app and the corresponding content is overwritten with a string of "X". Thus,
|SampleID1|Max Mustermann| -> |SampleID1|XXXXXXXXXX|
Then a copy of the file is returned so the original file remains unchanged.
For starting the app please refer to the README.md file or see the manual:
http://137.248.121.81:9798/plait/anonymisierungsapp/.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
LinkingTo:
Rcpp
Imports:
Rcpp, shiny, shinyjs, shinyFiles, shinyFeedback