Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Statistical analysis for glycomics and glycoproteomics data.

License

Unknown, MIT licenses found

Licenses found

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

glycoverse/glystats

Lifecycle: experimentalCRAN statusR-CMD-checkCodecov test coverage

The goal of glystats is to perform statistical analysis onglycoproteomics and glycomics data. It works seamlessly with theglyexp package.

Installation

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")

Documentation

  • 🚀 Get started:Here
  • 📚 Reference:Here

Role inglycoverse

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.

Example

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

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp