View source: R/check_lipidversion.R
check_lipidversion | R Documentation |
check_lipidversion
Run a check on LipidSearch version.
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")
)
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"). |
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.
Last change 05/07/2022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.