Other packages > Find by keyword >

mrbin  

Metabolomics Data Analysis Functions
View on CRAN: Click here


Download and install mrbin package within the R console
Install from CRAN:
install.packages("mrbin")

Install from Github:
library("remotes")
install_github("cran/mrbin")

Install by package version:
library("remotes")
install_version("mrbin", "1.8.0")



Attach the package and use:
library("mrbin")
Maintained by
Matthias Klein
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-03-19
Latest Update: 2023-04-11
Description:
A collection of functions for processing and analyzing metabolite data. The namesake function mrbin() converts 1D or 2D Nuclear Magnetic Resonance data into a matrix of values suitable for further data analysis and performs basic processing steps in a reproducible way. Negative values, a common issue in such data, can be replaced by positive values (). All used parameters are stored in a readable text file and can be restored from that file to enable exact reproduction of the data at a later time. The function fia() ranks features according to their impact on classifier models, especially artificial neural network models.
How to cite:
Matthias Klein (2020). mrbin: Metabolomics Data Analysis Functions. R package version 1.8.0, https://cran.r-project.org/web/packages/mrbin. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.3.0 (2020-03-19 15:50), 1.4.0 (2020-04-29 07:40), 1.4.1 (2020-05-20 07:20), 1.4.2 (2020-06-01 20:20), 1.4.3 (2020-09-25 12:00), 1.4.4 (2020-12-09 21:40), 1.5.0 (2021-01-04 20:10), 1.5.1 (2021-04-22 18:30), 1.5.2 (2021-04-29 20:00), 1.6.0 (2021-08-23 09:11), 1.6.1 (2021-10-22 06:50), 1.6.2 (2022-02-05 11:20), 1.6.3 (2022-02-15 10:30), 1.6.4 (2022-04-27 15:30), 1.6.5 (2022-06-23 00:30), 1.7.0 (2022-10-31 02:17), 1.7.1 (2022-11-07 20:00), 1.7.2 (2023-01-23 09:30), 1.7.3 (2023-03-10 21:50), 1.7.4 (2023-04-11 05:00), 1.7.5 (2024-06-12 08:10)
Other packages that cited mrbin R package
View mrbin citation profile
Other R packages that mrbin depends, imports, suggests or enhances
Complete documentation for mrbin
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA