join_mgfs | R Documentation |
Joins MGF data to MSGF outputs.
join_mgfs(
dat_dir = NULL,
mgf_path = NULL,
mod_file = "MSGF_mods.txt",
rm_reverses = FALSE,
fdr_type = c("psm", "peptide"),
target_fdr = 0.01,
...
)
dat_dir |
The working directory. |
mgf_path |
The path to MGF files. The default is
|
mod_file |
The name of the file specifying the MSGF+ modifications. The
|
rm_reverses |
A logical argument for uses with |
fdr_type |
The type of FDR control. The default is |
... |
varargs; not currently used. |
target_fder |
A targeted false-discovery rate (FDR). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.