read_msgf_data: Reading MSGF Results. Generic.

Description Usage Arguments Value Examples

View source: R/read_msgf_data.R

Description

Reading MSGF output from a single directory

Usage

1
read_msgf_data(path_to_MSGF_results, suffix = NULL)

Arguments

path_to_MSGF_results

(path string) to directory with MSGF results for all datasets

Value

(MSnID) MSnID object

Examples

1
2
3
4
path_to_MSGF_results <- system.file("extdata/global/msgf_output", package = "PlexedPiperTestData")
msnid <- read_msgf_data(path_to_MSGF_results)
print(msnid)
head(MSnID::psms(msnid))

vladpetyuk/PlexedPiper documentation built on June 24, 2021, 8:59 a.m.