Releases: agerada/MIC
Release list
MIC 2.0.0
- This is a major release that includes several breaking changes. The package
has been refocused to on MIC analysis and validation, and all genomic
functions have been removed. These have been ported to
https://github.com/agerada/faLearn. To maintain previous functionality,
please install and load thefaLearnpackage alongsideMICin your scripts.
As such the package now has less dependencies, and no longer requires compilation.
MIC 1.2.0
-
Functions that download data from PATRIC/BV-BRC have now been updated to
support changes in BV-BRC ftp. -
As of this version the genomic functions of the package have been
deprecated, so that future versions ofMICcan focus on MIC analysis.
Any removed functions will be ported to a new package (calledfaLearn,
see: https://github.com/agerada/faLearn) that focuses on machine learning with
genomic data. The only change for users will be to install and loadfaLearn. -
Functionality added to handle <= and => in MIC values, distinguishing them from
< and >. In general, inhibitory MIC assays report <= and >. Theleqandgeq
arguments forforce_miccan be used to enforce these. Theessential_agreement
andcompare_micfunctions now havetolerate_leqandtolerate_geqarguments.
When all settings are kept at default values, the functions assume typical censoring,
i.e., <= and >.
MIC 1.1.0
- revamp of the
essential_agreementfunction to allow a more robust, flexible,
and explicit approach to dealing with censored values. Now,essential_agreement
(andcompare_mic) havetolerate_censoringandtolerate_matched_censoring
arguments to control how censored values are handled. The default values should
be appropriate for most situations where the user is comparing an investigational
method to a gold standard method. compare_micis faster when only oneabis providedsubsetS3 method added formic_validationplot.mic_validationnow properly matches dilutions on the lower end of the
scaledroplevels.mic_validationmethod added that allows unnecessary MIC levels
in a validation object to be droppedtidy_patric_meta_datawas missing MICs whenlaboratory_typing_methodwas
"MIC" (see 81c69f0)pull_patric_genomesnow takes anabargument to only download strains
where the specified antibiotic was tested- kmer counting is now case insensitive
- compatibility with
AMRv3.0