View source: R/parse_longformat_generic.R
import_dataset_openswath | R Documentation |
Import a label-free proteomics dataset from OpenSWATH
import_dataset_openswath(
filename,
confidence_threshold = 0.01,
return_decoys = FALSE,
do_plot = TRUE
)
filename |
the full file path of the input file |
confidence_threshold |
confidence score threshold at which a peptide is considered 'identified', default: 0.01 (target value must be lesser than or equals) |
return_decoys |
logical indicating whether to return decoy peptides. Should be set to FALSE, and if enabled, make sure to manually remove the decoys from the peptides tibble before running the quickstart function! |
do_plot |
logical indicating whether to create QC plots that are shown in the downstream PDF report (if enabled) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.