Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.34 KB

tools.md

File metadata and controls

36 lines (21 loc) · 1.34 KB

Technology and Tools for Data Ethics

Provenance Tooling

There are two methods, static approaches which analyse scripts for commands,

Approaches

Dynamic provenance tracking

Code can be analysed at run-time, including tracing high level commands and lower level commands in the run time execution call stack.

Static provenance tracking

A script file can be parsed and analysed to investigate individual function inputs/outputs and operations.

####Resources/ Working Groups http://end-to-end-provenance.github.io/ https://www.slideshare.net/pinarpink/data-provenance-principles-and-why-it-matters-for-biomedical-applications

####Existing tools Some existing tools that claim to track data provenance :

R script

Python