Skip to content

Read and process 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/glyread

glyread

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

The goal of glyread is to read and process quantification results from common glycomics and glycoproteomics software, such as Byonic, StrucGP, or pGlyco, and convert them into a glyexp::expriment() object (from the glyexp package) for further analysis.

Installation

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

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

Or from GitHub:

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

Or install the development version (NOT recommended):

pak::pkg_install("glycoverse/glyread")

Documentation

Role in glycoverse

glyread is the entry point for the glycoverse ecosystem. It provides a unified interface for reading and processing data from various glycomics and glycoproteomics software, and converting them into a glyexp::experiment() object for further analysis.

Example

Used pGlyco3 and pGlycoQuant for glycopeptide identification and quantification? Try read_pglyco3_pglycoquant()!

library(glyread)

exp <- read_pglyco3_pglycoquant(
  "path/to/pGlyco3-pGlycoQuant/result/Quant.spectra.list",
  sample_info = "path/to/sample_info.csv",
  quant_method = "label-free",
  glycan_type = "N"
)

About

Read and process 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

Contributors 2

  •  
  •  

Languages