chargeStat {proteoQC} | R Documentation |
Read the charge information from mgf file
chargeStat(mgf = NULL)
mgf |
A file of mgf. |
A data.frame object
Bo Wen wenbo@genomics.cn
mgf.zip <- system.file("extdata/mgf.zip", package = "proteoQC") unzip(mgf.zip) charge <- chargeStat("test.mgf")