run.deeplc: Runs DeepLC to predict retention times for a set of peptides

View source: R/RunDeepLc.R

run.deeplcR Documentation

Runs DeepLC to predict retention times for a set of peptides

Description

Runs DeepLC to predict retention times for a set of peptides

Usage

run.deeplc(
  inputFolder,
  splitCal = 50,
  minDivider = 10,
  maxDivider = 5000,
  deeplc,
  threads
)

Arguments

inputFolder

path to folder with input files

splitCal

split size for predictions

minDivider

minimum dictionary divider

maxDivider

maximum dictionary divider

deeplc

path to deeplc_gui folder

threads

number of threads to use for predictions


MarcIsak/MSLibrarian documentation built on Aug. 27, 2022, 4:55 a.m.