format_ms_data: Tidy MS report

View source: R/format_ms_data.R

format_ms_dataR Documentation

Tidy MS report

Description

format_ms_data() tidies Mascot search results provided by the Cambridge Centre for Proteomics (CCP) for further processing in R. It takes a MS report saved as a txt file as input and returns a tibble summarising the results.

Usage

format_ms_data(filename)

Arguments

filename

a txt file derived from a mht MS data file. In Microsoft Word: Open the mht file, then "Save As..." > "File Format: Plain Text" > "Text encoding: Unicode UTF-8".

Value

A tibble summarising the Mascot search results.


benvallin/banban documentation built on Sept. 29, 2023, 5:46 a.m.