Skip to content

bcbi/DeIdentification.jl

Repository files navigation

DeIdentification.jl

DOI

Docs

Bors enabled Build Status codecov.io

A Julia package for de-identifying CSV data sets.

1. Installation

Pkg.add("DeIdentification")

2. Important Notes

There are a few subtle points that must be kept in mind when using this package. See the documentation for more details.

Identifiers

All files must contain a primary identifier for the unit of analysis. E.g. if you are de-identifying patient data, all files must contain a patient ID.

Config

A config YAML must be created by the user.

Directory Structure

Logging and output directories must be defined by the user and already created before running the package