check_lipidversion: check_lipidversion

View source: R/check_lipidversion.R

check_lipidversionR Documentation

check_lipidversion

Description

check_lipidversion Run a check on LipidSearch version.

Usage

check_lipidversion(
  file_paths,
  colnames_4.2 = c("LipidIon", "Class", "FattyAcid", "Ion", "ObsMz", "TopRT", "Area"),
  colnames_5.0 = c("LipidID", "ClassKey", "Adduct", "ObsMz", "TopRT", "Area")
)

Arguments

file_paths

vector containing all the path files to be checked.

colnames_4.2

Colnames used in the 4.2.29 LipidSearch version. By default c("LipidIon","Class","FattyAcid","Ion","ObsMz","TopRT","Area").

colnames_5.0

Colnames used in the 4.2.29 LipidSearch version. By default c("LipidID", "ClassKey", "Adduct", "ObsMz" ,"TopRT","Area").

Details

Run a check on LipidSearch version. If there is a problem, returns NULL. LipidSearch older than 4.2.29 are not supported. Multiple LipidSearch version returns NULL.

Note

Last change 05/07/2022


ShinyFabio/ADViSELipidomics documentation built on March 21, 2023, 7:30 a.m.