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

R package for reading, validating, and writing mzQC files

License

NotificationsYou must be signed in to change notification settings

MS-Quality-Hub/rmzqc

Repository files navigation

License: MITCRAN/METACRAN

An R package for reading, validating, and writingmzQC files.

Installation

You can grabrmzqc from either CRAN or GitHub. GitHub installation will give you the latest package; the CRAN version might be a little older, but is faster to install.

## CRANinstall.packages("rmzqc")

or

## GitHubif (!require(devtools, quietly = TRUE)) install.packages("devtools")library("devtools")install_github("MS-Quality-hub/rmzqc", build_vignettes = TRUE, dependencies = TRUE)

To get started, see the help and/or vignettes:

help(package="rmzqc")browseVignettes(package = 'rmzqc')

Please feel free to report bugs (see below), or issue pull requests!

Latest changes / ChangeLog

Check the version history inNEWS.md.

Usage

The package vignettes provide examples on how to usermzqc.After the package is installed (see below),you can browse the vignettes using either of these commands within R:

help(package="rmzqc")browseVignettes(package = 'rmzqc')

If you do not want to wait that long, you can look at thelatest online vignette at CRAN

Currently, there are vignettes on:

  • Creating and storing a basic mzQC document usingrmzqc(more to come)

Bug reporting / Feature requests

If you encounter a bug, please use theGitHub issue tracker and file a report.

You should include

  • stage you encounter the bug, e.g. during installation, importing, exporting, etc
  • version ofrmzqc, e.g. callhelp(package="rmzqc") within R
  • error message (very important!). Either copy it or provide a screen shot.

Please be as precise as possible when providing the bug report:just imagine what kind of information you would like to have in orderto track down the issue.In certain situations, the input/output file you are trying to read/write is helpful.

Contributing - Get Involved!

We welcome input from our user base!rmzqc has a very permissiveMIT License (seeDESCRIPTION file), so feel free to fork, patch and contribute!

There are many ways to get involved,you do not need to be a developer!

  • suggest a new metric (and why you think it's useful) by openinga new ticket here on GitHub.
  • suggest changes to functions (improvements or bugfixes), see above.
  • suggest improvements to our documentation
  • write code (in R) and submit aPull Request (PR).

Building the package locally

Useroxygen2 to build the vignettes and documentation:

roxygen2::roxygenize('.', roclets = c('rd', 'collate', 'namespace'))

Usepkgdown to build the html documentation in ./docs/:

pkgdown::buildsite()

Links

Seehttps://github.com/HUPO-PSI/mzQC/ for the specification details of the mzQC format.

About

R package for reading, validating, and writing mzQC files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp