Learn R Programming

proteoQC (version 1.8.2)

chargeStat: Charge distribution

Description

Read the charge information from mgf file

Usage

chargeStat(mgf = NULL)

Arguments

mgf
A file of mgf.

Value

  • A vector object

Examples

Run this code
mgf.zip <- system.file("extdata/mgf.zip", package = "proteoQC")
unzip(mgf.zip)
charge <- chargeStat("test.mgf")

Run the code above in your browser using DataLab