import_dataset_openswath: Import a label-free proteomics dataset from OpenSWATH

View source: R/parse_longformat_generic.R

import_dataset_openswathR Documentation

Import a label-free proteomics dataset from OpenSWATH

Description

Import a label-free proteomics dataset from OpenSWATH

Usage

import_dataset_openswath(
  filename,
  confidence_threshold = 0.01,
  return_decoys = FALSE,
  do_plot = TRUE
)

Arguments

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)


ftwkoopmans/msdap documentation built on March 5, 2025, 12:15 a.m.