View source: R/format_ms_data.R
format_ms_data | R Documentation |
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.
format_ms_data(filename)
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". |
A tibble summarising the Mascot search results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.