Skip to content

Commit

Permalink
Merge pull request #9 from raphenya/main
Browse files Browse the repository at this point in the history
adds scrips and outputs for utility of the dataset
  • Loading branch information
raphenya authored May 12, 2022
2 parents d12fd0a + 8b9e85f commit 55da99b
Show file tree
Hide file tree
Showing 9 changed files with 19,384 additions and 0 deletions.
29 changes: 29 additions & 0 deletions utility_of_the_dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#### Comparing AMR tools

We compared AMR tools before choosing one to produce the benchmarking datasets.
We used the hAMRonization workflow (https://github.com/pha4ge/hAMRonization) for this task. The hAMRonization workflow uses 12 different AMR tools to predict AMR genes in genomic data and produces a standard report to compare results across the tools.

#### Data

We analysed 94 assembled genomes downloaded from NCBI.

#### Analysis

1. Generate data for radar plot using the following:

```
python3 scripts/radar_plot_data.py > analysis/radar_data_94_samples.tsv
```

2. Generate data for sankey plot using the following:

```
python3 scripts/merge_hamronized_reports.py
```


#### Results (in analysis directory)

- radar_data_94_samples.tsv
- sankey_data_94_samples.tsv

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions utility_of_the_dataset/analysis/5_amr_tools_94_samples.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 55da99b

Please sign in to comment.