-
Notifications
You must be signed in to change notification settings - Fork 3
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 #9 from raphenya/main
adds scrips and outputs for utility of the dataset
- Loading branch information
Showing
9 changed files
with
19,384 additions
and
0 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,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.
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.
1 change: 1 addition & 0 deletions
1
utility_of_the_dataset/analysis/5_amr_tools_94_samples_sankey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.