1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-02 22:24:07 +02:00

(v0.8.0.9017) keywords update

This commit is contained in:
2019-11-06 14:43:23 +01:00
parent be9a3e6b12
commit e2d05cb1b0
55 changed files with 755 additions and 108 deletions

View File

@@ -63,9 +63,8 @@ a \%like\% b
# get frequencies of bacteria whose name start with 'Ent' or 'ent'
library(dplyr)
example_isolates \%>\%
left_join_microorganisms() \%>\%
filter(genus \%like\% '^ent') \%>\%
freq(genus, species)
filter(mo_genus(mo) \%like\% '^ent') \%>\%
freq(mo_fullname(mo))
}
\seealso{
\code{\link[base]{grep}}