The goal of omicsTools is to provide tools for processing and analyzing omics data from genomics, transcriptomics, proteomics, and metabolomics platforms. It provides functions for preprocessing, normalization, visualization, and statistical analysis, as well as machine learning algorithms for predictive modeling. omicsTools is an essential tool for researchers working with high-throughput omics data in fields such as biology, bioinformatics, and medicine.
License: MIT + file LICENSE
You can install the development version of omicsTools like so:
::install_github("https://github.com/YaoxiangLi/omicsTools.git") devtools
This is a basic example which allows you to start using it:
library(omicsTools)
#>
#> This is omicsTools version 1.0.4.
#> omicsTools is free software and comes with ABSOLUTELY NO WARRANTY.
#> Please use at your own risk.
::run_app() omicsTools
To keep README.md
up-to-date.
devtools::build_readme()