Skip to content

Statistical analysis for glycomics and glycoproteomics data.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

glycoverse/glystats

glystats

Lifecycle: experimental CRAN status R-universe version R-CMD-check Codecov test coverage

The goal of glystats is to perform statistical analysis on glycoproteomics and glycomics data. It works seamlessly with the glyexp package.

Installation

You can install the latest release of glystats from r-universe (recommended):

# install.packages("pak")
pak::repo_add(glycoverse = "https://glycoverse.r-universe.dev")
pak::pkg_install("glystats")

Or from GitHub:

pak::pkg_install("glycoverse/glystats@*release")

Or install the development version (NOT recommended):

pak::pkg_install("glycoverse/glystats")

Documentation

  • 🚀 Get started: Here
  • 📚 Reference: Here

Role in glycoverse

glystats is the downstream analysis package in the glycoverse ecosystem. It provides statistical analysis functions for glyexp::experiment() objects. A common workflow is to use glyread to import data, glyclean to preprocess data, and then glystats to perform statistical analysis.

Example

Say we already have a preprocessed experiment object called exp:

# Two-sample t-test
ttest_res <- gly_ttest(exp)

# PCA analysis
pca_res <- gly_pca(exp)

# ROC analysis
roc_res <- gly_roc(exp)

That’s it! These functions use glycoverse column conventions to load needed data and perform analysis. All functions start with gly_ to leverage the auto-completion in RStudio. They accept an glyexp::experiment() object, and return analysis result as a tibble or a 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

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages