AVIR.R is a program developed to recognize computational variation among metabolic features in samples, thereby identifying problems in the data -- such as faulty peak integration or feature misalignment -- caused by metabolomic processing.
Check out our detailed user guide as well as video guide on [Youtube](put link here).
Once you download AVIR.R and unzip it, first install the necessary packages for it. Simply run the following code in R Studio:
install.packages('e1071')
install.packages('caret')
Change the working directory for AVIR.R to the directory in which you have downloaded and unzipped it into.
Run the script by clicking the "Source" button at the top right of the script. Alternatively press CTRL + SHIFT + ENTER.
When adding your own datasets to be analyzed using AVIR.R, please split it into two .csv files, one with the height, and the other with the area, of the chromatographic feature peaks. This is as shown below, alternatively in the PeakArea_Demo.csv and PeakHeight_Demo.csv files in the repository.