Shine
is a R package which is used for analyzing untargeted metabolomics data generated form UPLC-HRMS
You can install Shine
from Github.
# Install `Shine` from GitHub
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("shineshen007/Shine")
library(Shine)
## basic example code
StaAnalysis(group = c("case","control"),
unitest ="wilcox.test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.