README.md

parsemsf - Parse Thermo MSF files and estimate protein abundances

The main purpose of the ParseMSF package is to parse proprietary Thermo MSF files into a format readable by R. This package makes it easy to view individual peptide information, including peak areas, and to map peptides to locations within the parent protein sequence. This package also estimates protein abundances from peak areas and across multiple technical replicates.

Currently, the ParseMSF package provides functions for parsing Thermo MSF files produced by Proteome Discoverer 1.4.x only.

Installation

This latest stable release of this package can be installed from CRAN by running the following command in the R console:

install.packages("parsemsf")

If you want to install the development version this package from Github by running the following command in the R console:

devtools::install_github("benjaminjack/parsemsf")

Usage

To get an introduction to the functions in ParseMSF, please see the Introduction vignette on CRAN.

Acknowledgements

Some of the SQL queries in this package come from the now-defunct paRseMSF package by Ashoka Polpitiya.



Try the parsemsf package in your browser

Any scripts or data that you put into this service are public.

parsemsf documentation built on May 2, 2019, 6:33 a.m.