README.md

Shine

About

Shine is a R package which is used for analyzing untargeted metabolomics data generated form UPLC-HRMS

Installation

You can install Shine from Github.

# Install `Shine` from GitHub
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("shineshen007/Shine")

Example

library(Shine)
## basic example code
StaAnalysis(group = c("case","control"),
            unitest ="wilcox.test")



shineshen007/shine documentation built on Feb. 16, 2025, 9:16 p.m.