chargeStat: Charge distribution

Description Usage Arguments Value Author(s) Examples

View source: R/tools.R

Description

Read the charge information from mgf file

Usage

1

Arguments

mgf

A file of mgf.

Value

A data.frame object

Author(s)

Bo Wen wenbo@genomics.cn

Examples

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

proteoQC documentation built on Oct. 31, 2019, 3:20 a.m.