convertCDFstoCSVs: Convert mass spectral datafiles (CDF) into a csv file

Description Usage Arguments

Description

Convert mass spectral datafiles (CDF) into a csv file

Usage

1
2
3
4
5
6
7
8
convertCDFstoCSVs(
  paths_to_cdfs,
  min_mz = 50,
  max_mz = 800,
  min_rt = NULL,
  max_rt = NULL,
  force = FALSE
)

Arguments

paths_to_cdfs

Paths to CDF files

min_mz

Smallest m/z value to process (acts like a filter)

max_mz

Largest m/z value to process (acts like a filter)

min_rt

(optional) Smallest retention time to process (acts like a filter)

max_rt

(optional) Largest retention time to process (acts like a filter)

force

Convert all CDF files, even if they've already been converted previously


thebustalab/phylochemistry documentation built on Sept. 3, 2021, 5:06 a.m.