Description Usage Arguments Value Examples
View source: R/read_msgf_data.R
Reading MSGF output from a single directory
1 | read_msgf_data(path_to_MSGF_results, suffix = NULL)
|
path_to_MSGF_results |
(path string) to directory with MSGF results for all datasets |
(MSnID) MSnID object
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.