Skip to content

Commit c2d2199

Browse files
committed
README: add MCC metric and update author order per manuscript
1 parent cc3e880 commit c2d2199

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Required columns:
129129
- `type`: Count or binary features
130130
- `bal_acc`: Balanced accuracy
131131
- `f1`: F1 score
132+
- `mcc`: Matthews correlation coefficient
132133
- `nmcc`: Normalized Matthews correlation coefficient
133134
- Additional columns for other metrics
134135

@@ -166,7 +167,7 @@ amRviz/
166167
If you use `amRviz` in your research, please cite:
167168

168169
```
169-
Brenner E, Ghosh A, Wolfe E, Boyer E, Vang C, Lesiyon R, Mayer D, Ravi J. (2026).
170+
Brenner E, Ghosh A, Boyer E, Vang C, Wolfe E, McKim A, Lesiyon R, Mayer D, Ravi J. (2026).
170171
amR: an R package suite to predict antimicrobial resistance in bacterial pathogens.
171172
R package version 0.99.0.
172173
https://github.com/JRaviLab/amR

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ results/
127127
| `strat_value_test` | Tested-on country or year (cross models only) |
128128
| `bal_acc` | Balanced accuracy |
129129
| `f1` | F1 score |
130+
| `mcc` | Matthews correlation coefficient |
130131
| `nmcc` | Normalized Matthews correlation coefficient |
131132

132133
### Top features (`*_ML_top_features.parquet`)
@@ -181,7 +182,7 @@ amRviz/
181182
If you use `amRviz` in your research, please cite:
182183

183184
```
184-
Brenner E, Ghosh A, Wolfe E, Boyer E, Vang C, Lesiyon R, Mayer D, Ravi J. (2026).
185+
Brenner E, Ghosh A, Boyer E, Vang C, Wolfe E, McKim A, Lesiyon R, Mayer D, Ravi J. (2026).
185186
amR: an R package suite to predict antimicrobial resistance in bacterial pathogens.
186187
R package version 0.99.0.
187188
https://github.com/JRaviLab/amR

0 commit comments

Comments
 (0)