Description Usage Arguments Value Author(s) Examples
Read the charge information from mgf file
1 | chargeStat(mgf = NULL)
|
mgf |
A file of mgf. |
A data.frame object
Bo Wen wenbo@genomics.cn
1 2 3 | mgf.zip <- system.file("extdata/mgf.zip", package = "proteoQC")
unzip(mgf.zip)
charge <- chargeStat("test.mgf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.