mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 12:13:20 +02:00
- Added new function guess_bactid
to determine the ID of a microorganism based on genus/species
- Renamed `ablist` to `antibiotics` - Added support for character vector in join functions - Altered `%like%` to make it case insensitive
This commit is contained in:
11
README.md
11
README.md
@ -28,7 +28,7 @@ This package is available on CRAN and also here on GitHub.
|
||||
|
||||
### From GitHub (latest development version)
|
||||
[](https://travis-ci.org/msberends/AMR)
|
||||
[](https://github.com/msberends/AMR/releases)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
[](https://github.com/msberends/AMR/commits/master)
|
||||
|
||||
```r
|
||||
@ -116,7 +116,14 @@ A plot of `rsi_data`:
|
||||
plot(rsi_data)
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
A plot of `mic_data` (defaults to bar plot):
|
||||
```r
|
||||
plot(mic_data)
|
||||
```
|
||||
|
||||

|
||||
|
||||
Other epidemiological functions:
|
||||
|
||||
|
Reference in New Issue
Block a user