View source: R/parse_encyclopedia.R
import_dataset_encyclopedia | R Documentation |
This function imports peptide intensities, retention times and peptide-to-protein mappings from a 'Quant Report' .elib file generated by EncyclopeDIA.
import_dataset_encyclopedia(
file_quant_report,
path_elib_rawfiles = NA,
confidence_threshold = 0.01,
return_decoys = FALSE
)
file_quant_report |
the EncyclopeDIA 'Quant Report' .elib file |
path_elib_rawfiles |
optional. the directory that contains the EncyclopeDIA .elib files matching each sample (mzML/dia input file to EncyclopeDIA) |
confidence_threshold |
confidence score threshold at which a peptide is considered 'identified' (target value must be lesser than or equals) |
return_decoys |
logical indicating whether to return decoy peptides. It doesn't work for current EncyclopeDIA datasets as these do not seem to contain decoys. |
Because this 'Quant Report' does not contain confidence scores per peptide per individual sample, these can optionally be imported from the individual .elib files generated by EncyclopeDIA while processing the individual samples / raw files. This will enable MS-DAP to discriminate between match-between-runs hits and peptides that were detected/identified in a sample, and consequently use this information in peptide filtering (for instance by removing peptides that are mostly based on MBR hits).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.