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:
devtools::install_github("https://github.com/YaoxiangLi/omicsTools.git")
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.
omicsTools::run_app()
To keep README.md
up-to-date. devtools::build_readme()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.