From e4ca66e3ee7c5d62d4eb22a5827a9c0f32e02903 Mon Sep 17 00:00:00 2001
From: MS Berends <31037261+msberends@users.noreply.github.com>
Date: Wed, 4 Jul 2018 23:42:43 +0200
Subject: [PATCH] support zenodo
---
.zenodo.json | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 .zenodo.json
diff --git a/.zenodo.json b/.zenodo.json
new file mode 100644
index 00000000..a6a616b7
--- /dev/null
+++ b/.zenodo.json
@@ -0,0 +1,33 @@
+{
+ "description": "
This R package contains functions to make microbiological, epidemiological data analysis easier. It allows the use of some new classes to work with MIC values and antimicrobial interpretations (i.e. values S, I and R).
\n\nWith AMR
you can also:
\n\n\n\t- Conduct AMR analysis with the
rsi
function, that can also be used with the dplyr
package (e.g. in conjunction with summarise
) to calculate the resistance percentages (and even co-resistance) of different antibiotic columns of a table \n\t- Predict antimicrobial resistance for the nextcoming years with the
rsi_predict
function \n\t- Apply EUCAST rules to isolates with the
EUCAST_rules
function \n\t- Identify first isolates of every patient using guidelines from the CLSI (Clinical and Laboratory Standards Institute) with the
first_isolate
function \n\t- Get antimicrobial ATC properties from the WHO Collaborating Centre for Drug Statistics Methodology (WHOCC), to be able to:\n\t
\n\t\t- Translate antibiotic codes (like AMOX), official names (like amoxicillin) and even trade names (like Amoxil or Trimox) to an ATC code (like J01CA04) and vice versa with the
abname
function \n\t\t- Get the latest antibiotic properties like hierarchic groups and defined daily dose (DDD) with units and administration form from the WHOCC website with the
atc_property
function \n\t
\n\t \n\t- Create frequency tables with the
freq
function \n
\n\nAnd it contains:
\n\n\n\t- A recent data set with ~2500 human pathogenic microorganisms, including family, genus, species, gram stain and aerobic/anaerobic
\n\t- A recent data set with all antibiotics as defined by the WHOCC, including ATC code, official name and DDD's
\n\t- An example data set
septic_patients
, consisting of 2000 blood culture isolates from anonymised septic patients between 2001 and 2017. \n
\n\nWith the MDRO
function (abbreviation of Multi Drug Resistant Organisms), you can check your isolates for exceptional resistance with country-specific guidelines or EUCAST rules. Currently guidelines for Germany and the Netherlands are supported. Please suggest addition of your own country here: https://github.com/msberends/AMR/issues/new.
\n",
+ "license": "GPL-2.0",
+ "title": "AMR: An R package to simplify the analysis and prediction of Antimicrobial Resistance and work with antibiotic properties by using evidence-based methods.",
+ "version": "v0.2.0.9008",
+ "upload_type": "software",
+ "publication_date": "2018-07-04",
+ "creators": [
+ {
+ "orcid": "0000-0001-7620-1800",
+ "affiliation": "University of Groningen, University Medical Center Groningen, Department of Medical Microbiology, Groningen, The Netherlands",
+ "name": "Matthijs S. Berends"
+ },
+ {
+ "orcid": "0000-0001-5809-5995",
+ "affiliation": "University of Groningen, University Medical Center Groningen, Department of Medical Microbiology, Groningen, The Netherlands",
+ "name": "Christian F. Luz"
+ }
+ ],
+ "access_right": "open",
+ "related_identifiers": [
+ {
+ "scheme": "url",
+ "identifier": "https://github.com/msberends/AMR",
+ "relation": "isSupplementTo"
+ },
+ {
+ "scheme": "doi",
+ "identifier": "10.5281/zenodo.1305355",
+ "relation": "isVersionOf"
+ }
+ ]
+}