Skip to content

Commit 55da99b

Browse files
authored
Merge pull request #9 from raphenya/main
adds scrips and outputs for utility of the dataset
2 parents d12fd0a + 8b9e85f commit 55da99b

9 files changed

+19384
-0
lines changed

utility_of_the_dataset/README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#### Comparing AMR tools
2+
3+
We compared AMR tools before choosing one to produce the benchmarking datasets.
4+
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.
5+
6+
#### Data
7+
8+
We analysed 94 assembled genomes downloaded from NCBI.
9+
10+
#### Analysis
11+
12+
1. Generate data for radar plot using the following:
13+
14+
```
15+
python3 scripts/radar_plot_data.py > analysis/radar_data_94_samples.tsv
16+
```
17+
18+
2. Generate data for sankey plot using the following:
19+
20+
```
21+
python3 scripts/merge_hamronized_reports.py
22+
```
23+
24+
25+
#### Results (in analysis directory)
26+
27+
- radar_data_94_samples.tsv
28+
- sankey_data_94_samples.tsv
29+
Loading

utility_of_the_dataset/analysis/5_amr_tools_94_samples.svg

+1
Loading
Loading

utility_of_the_dataset/analysis/5_amr_tools_94_samples_sankey.svg

+1
Loading

0 commit comments

Comments
 (0)