mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 07:41:58 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@ -6,10 +6,8 @@
|
||||
\alias{get_mo_source}
|
||||
\title{User-Defined Reference Data Set for Microorganisms}
|
||||
\usage{
|
||||
set_mo_source(
|
||||
path,
|
||||
destination = getOption("AMR_mo_source", "~/mo_source.rds")
|
||||
)
|
||||
set_mo_source(path, destination = getOption("AMR_mo_source",
|
||||
"~/mo_source.rds"))
|
||||
|
||||
get_mo_source(destination = getOption("AMR_mo_source", "~/mo_source.rds"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user