Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.46 KB

RamanD2O

R-CMD-check License: MIT

Introduction

RamanD2O is an R/Shiny application that allows biologists to perform Raman spectra analysis.

User interface of RamanD2O

Quick start

  1. Download and Install R

https://www.r-project.org

Notes: This app was tested in R 4.x. If you are still using R 4.0-4.2, you may need to manually install specifc versions of a few dependency packages (e.g., randomForest<4.7, Matrix<1.7).

  1. Install RamanD2O package
#install.packages('pak')
pak::pkg_install('gongyh/RamanD2O')
  1. Run the R shiny app
RamanD2O::runRamanD2O()

Documentation

  1. Function description
  2. Usage tutorial

Contact

gongyh/RamanD2O is developed by Yanhai Gong. We look forward to receive your feedback, bug reports, or suggestions for the further development of this package.

License

This pipeline is open source under the MIT license, and integrates wonderful third-party softwares, which remain owned and copyrighted by their respective developers. Authors cannot be held legally or morally responsible for any consequences that may arise from using or misusing it.