chargeStat {proteoQC}R Documentation

Charge distribution

Description

Read the charge information from mgf file

Usage

chargeStat(mgf = NULL)

Arguments

mgf

A file of mgf.

Value

A data.frame object

Author(s)

Bo Wen wenbo@genomics.cn

Examples

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

[Package proteoQC version 1.16.0 Index]