Skip to content
Snippets Groups Projects
Commit 31a2d2e0 authored by Boris Koch's avatar Boris Koch
Browse files

News reformatted

parent 8bb0715f
No related branches found
No related tags found
No related merge requests found
![Package Icon](../inst/figures/ume_package_icon.png)
![UltraMassExplorer](inst/figures/ume_package_icon.png)
# ume 0.2.20
* New functions:
- Create a custom molecular formula library from a list of molecular formulas (create_custom_formula_library())
- Internal function (database access required): Search for molecular formula targets in database (search_for_mf_target())
* Bugfix for eval_isotopes(): Provide warning, if there is no isotope information available in molecular formula data.
### Version 0.2.20
# ume 0.2.19
* First implementation of function by Shuxian Gao (UFZ Leipzig) for the elimination of molecular formula multiple assignments.
* Function added for converting a vector of molecular formula strings into a data.table: convert_molecular_formulas()
* pdf manual added to git repository (https://gitlab.awi.de/bkoch/ume)
* Help documentation for data objects expanded.
- New functions:
- Create a custom molecular formula library from a list of molecular formulas (create_custom_formula_library())
- Internal function (database access required): Search for molecular formula targets in database (search_for_mf_target())
- Bugfix for eval_isotopes(): Provide warning, if there is no isotope information available in molecular formula data.
# ume 0.2.18
* Function added for reading a set of xml peaklists and store them into a single data.table: read_xml_peaklist()
* Function added for searching for molecular formulas and molecular masses in MarChem Database: search_for_mf_target()
### Version 0.2.19
# ume 0.2.17
* List of metabolome target formulas (courtesy to F. Bussmann) added to ume::known_mf
* List of formulas added to ume::known_mf that indicates photo- and biodegradation (Seibt, 2017; PhD thesis)
- First implementation of function by Shuxian Gao (UFZ Leipzig) for the elimination of molecular formula multiple assignments.
- Function added for converting a vector of molecular formula strings into a data.table: convert_molecular_formulas()
- pdf manual added to git repository (<https://gitlab.awi.de/bkoch/ume>)
- Help documentation for data objects expanded.
# ume 0.2.16
* Calibration function calc_recalibrate_ms() now allows for customized formula lists as reference for calibration.
### Version 0.2.18
# ume 0.2.15
* Diversity calculations added (calc_shannon_index, calc_simpson_index, calc_pielou_eveness).
* Function for automated recalibration improved.
* Documentation updated.
- Function added for reading a set of xml peaklists and store them into a single data.table: read_xml_peaklist()
- Function added for searching for molecular formulas and molecular masses in MarChem Database: search_for_mf_target()
# ume 0.2.14
* Formula assignment procedure updated. The library search now uses data.table::foverlap(), which doubles the speed of formula assignment.
### Version 0.2.17
# ume 0.2.13
- List of metabolome target formulas (courtesy to F. Bussmann) added to ume::known_mf
- List of formulas added to ume::known_mf that indicates photo- and biodegradation (Seibt, 2017; PhD thesis)
* First release of function process_orbi_data() that reads scans from a list of mzML files and assigns formulas to each scan.
### Version 0.2.16
# ume 0.2.12
- Calibration function calc_recalibrate_ms() now allows for customized formula lists as reference for calibration.
* function create_ume_formula_library() updated
* Vignette updated (installation procedure)
### Version 0.2.15
# ume 0.2.11
- Diversity calculations added (calc_shannon_index, calc_simpson_index, calc_pielou_eveness).
- Function for automated recalibration improved.
- Documentation updated.
* Wrapper function for Orbitrap added
* Copied mzDataTable::mzML2dataTable() function to UME, since mzDataTable is not available on CRAN
### Version 0.2.14
# ume 0.2.10
- Formula assignment procedure updated. The library search now uses data.table::foverlap(), which doubles the speed of formula assignment.
* Changes in calibration procedure (`calc_recalibrate_ms.R`): \
calibr_list was extended by "E_coli_metabolome" for the calibration of metabolome samples
* Mass accuracy plot (uplot.freq_ma in `plot.R`): \
bug fix: calculation of median and quantile mass accuracies now ignores missing values.
* Updates in documentation
### Version 0.2.13
# ume 0.2.9
- First release of function process_orbi_data() that reads scans from a list of mzML files and assigns formulas to each scan.
* Calculation of aromaticity modified: \
`calc_eval_params.R`: AI will only be calculated for molecular formulas in which C > O + N + P
`calc_data_summary.R`: wa(AI) is now calculated from intensity weighted average element numbers.
# ume 0.2.8
### Version 0.2.12
* Automated re-calibration: \
`calc_recalibrate_ms.R`: At least 5 calibrants must now be detected in an analyses
for recalibration. Otherwise the respective analysis (file_id) will be removed
from the recalibration peaklist.
* Documentation
* Minor bug fixes
- function create_ume_formula_library() updated
- Vignette updated (installation procedure)
# ume 0.2.7
### Version 0.2.11
* Added a `NEWS.md` file to track changes to the package.
* Added a test version of `assign_formulas_new.R` that is more memory efficient
and faster (now based on data.table::foverlap())
* Applied pkgdown to generate a website for the ume package
- Wrapper function for Orbitrap added
- Copied mzDataTable::mzML2dataTable() function to UME, since mzDataTable is not available on CRAN
# ume 0.2.6
### Version 0.2.10
* Major changes in function documentations. Using @inheritDotParams, wrapper
functions now have argument descriptions of the sub-functions available.
- Changes in calibration procedure (`calc_recalibrate_ms.R`):\
calibr_list was extended by "E_coli_metabolome" for the calibration of metabolome samples
# ume 0.2.4
- Mass accuracy plot (uplot.freq_ma in `plot.R`):\
bug fix: calculation of median and quantile mass accuracies now ignores missing values.
* file_id now ALWAYS has to be numeric.
- Updates in documentation
### Version 0.2.9
- Calculation of aromaticity modified:\
`calc_eval_params.R`: AI will only be calculated for molecular formulas in which C \> O + N + P `calc_data_summary.R`: wa(AI) is now calculated from intensity weighted average element numbers.
### Version 0.2.8
- Automated re-calibration:\
`calc_recalibrate_ms.R`: At least 5 calibrants must now be detected in an analyses for recalibration. Otherwise the respective analysis (file_id) will be removed from the recalibration peaklist.
- Documentation
- Minor bug fixes
### Version 0.2.7
- Added a `NEWS.md` file to track changes to the package.
- Added a test version of `assign_formulas_new.R` that is more memory efficient and faster (now based on data.table::foverlap())
- Applied pkgdown to generate a website for the ume package
### Version 0.2.6
- Major changes in function documentations. Using @inheritDotParams, wrapper functions now have argument descriptions of the sub-functions available.
### Version 0.2.4
- file_id now ALWAYS has to be numeric.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment