-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from vantage6/change/review-comments
Address review comments
- Loading branch information
Showing
6 changed files
with
103 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: vantage6 contingency table algorithm | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Bart | ||
family-names: Beusekom | ||
name-particle: van | ||
email: [email protected] | ||
affiliation: IKNL | ||
orcid: 'https://orcid.org/0000-0002-2183-2901' | ||
- given-names: Frank | ||
family-names: Martin | ||
email: [email protected] | ||
affiliation: IKNL | ||
orcid: 'https://orcid.org/0000-0002-5897-1569' | ||
- given-names: Hasan | ||
family-names: Alradhi | ||
email: [email protected] | ||
affiliation: IKNL | ||
orcid: 'https://orcid.org/0000-0001-7887-3926' | ||
# identifiers: | ||
# - type: doi | ||
# value: 10.5281/zenodo.7221216 | ||
# description: DOI of the code published on zenodo | ||
repository-code: 'https://github.com/vantage6/v6-crosstab-py' | ||
url: 'https://vantage6.ai/' | ||
abstract: >+ | ||
An algorithm that calculates a contingency table for a given dataset. | ||
keywords: | ||
- crosstable | ||
- contingency table | ||
- data analysis | ||
- vantage6 | ||
- privacy enhancing technology | ||
- personal health train | ||
license: MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
References | ||
========== | ||
|
||
Cite this implementation | ||
------------------------ | ||
|
||
This particular algorithm has not been published yet. If you use this code in your | ||
research, please cite the following paper: | ||
|
||
1. Moncada-Torres, Arturo, et al. "VANTAGE6: an open source priVAcy preserviNg federaTed | ||
leArninG infrastructurE for Secure Insight eXchange." *AMIA annual symposium proceedings.* | ||
Vol. 2020. American Medical Informatics Association, 2020. | ||
`[link] <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8075508/>`_ | ||
|
||
Used sources | ||
------------ | ||
|
||
This implementation has been inspired by earlier implementations of the same algorithm: | ||
|
||
- https://github.com/IKNL/vantage6-algorithms/tree/crosstab | ||
- https://github.com/IKNL/v6-starter-crosstabulation-py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters