- Notifications
You must be signed in to change notification settings - Fork0
Statistical analysis for glycomics and glycoproteomics data.
License
Unknown, MIT licenses found
Licenses found
glycoverse/glystats
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The goal of glystats is to perform statistical analysis onglycoproteomics and glycomics data. It works seamlessly with theglyexp package.
You can install the latest release of glystats fromGitHub with:
# install.packages("remotes")remotes::install_github("glycoverse/glystats@*release")
Or install the development version:
remotes::install_github("glycoverse/glystats")
glystats is the downstream analysis package in theglycoverseecosystem. It provides statistical analysis functions forglyexp::experiment() objects. A common workflow is to useglyread to import data,glyclean to preprocess data,and thenglystats to perform statistical analysis.
Say we already have a preprocessed experiment object calledexp:
# Two-sample t-testttest_res<- gly_ttest(exp)# PCA analysispca_res<- gly_pca(exp)# ROC analysisroc_res<- gly_roc(exp)
That’s it! These functions useglycoverse column conventions to loadneeded data and perform analysis. All functions start withgly_ toleverage the auto-completion in RStudio. They accept anglyexp::experiment() object, and return analysis result as a tibble ora list of tibbles. See documentation for each function for more details.
About
Statistical analysis for glycomics and glycoproteomics data.
Resources
License
Unknown, MIT licenses found
Licenses found
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
