View source: R/read_msfragger_data_from_DMS.R
read_msfragger_data_from_DMS | R Documentation |
Reading MSFragger output from PNNL's DMS
read_msfragger_data_from_DMS(
data_package_num,
param_file = NULL,
settings_file = NULL,
organism_db = NULL,
assume_inference = FALSE
)
data_package_num |
numeric or character; the Data Package ID in the DMS. |
param_file |
character; MSFragger parameter file. No need to specify this if there is only one parameter file associated with the jobs. |
settings_file |
character; MSFragger settings file. No need to specify this if there is only one settings file associated with the jobs. |
organism_db |
character; FASTA file name. This is the same as the
|
assume_inference |
logical; If |
(MSnID) MSnID object
if (is_PNNL_DMS_connection_successful()) {
msnid <- read_msfragger_data_from_DMS(4139)
show(msnid)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.