Learn R Programming

rmzqc (version 0.7.0)

toAnalysisSoftware: From an ID, e.g. "MS:1003162" (for PTX-QC), and some additional information, create an 'analysisSoftware' node for mzQC

Description

From an ID, e.g. "MS:1003162" (for PTX-QC), and some additional information, create an 'analysisSoftware' node for mzQC

Usage

toAnalysisSoftware(id, version = "unknown", uri = NULL, value = NA_character_)

Value

An MzQCanalysisSoftware object

Arguments

id

The CV accession

version

The version of the tool which created the metric/mzQC

uri

URI to the homepage, or if NULL (default), will be extracted from the definition in the PSI MS-CV (if possible)

value

An optional name for the software (if different from the CV's name)

Examples

Run this code
 # use 'version = packageVersion("PTXQC")' if the package is installed
 toAnalysisSoftware(id = "MS:1003162", version = "1.0.12")

Run the code above in your browser using DataLab