View source: R/read_masic_data_from_DMS.R
read_masic_data_from_DMS | R Documentation |
Reading MASIC results from PNNL's DMS
read_masic_data_from_DMS(
data_package_num,
interference_score = FALSE,
idScanPattern = "ms2",
quantScanPattern = "ms2"
)
data_package_num |
(numeric or character vector) containing Data Package ID(s) located in DMS. |
interference_score |
(logical) read interference score. Default is
|
quantScanPattern |
Ion fragmentation method used to produce the scan used for peptide quantification |
idscanpattern |
Ion fragmentation method used to produce the scan used for peptide identification |
(data.frame) with reporter ion intensities and other metrics
if (is_PNNL_DMS_connection_successful()) {
test <- read_masic_data_from_DMS(4970)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.