diff --git a/README.md b/README.md
index 401b8ab9d588dcfbd7cefd1aed42e9480a264ba4..55268b09558bdf13f6e89ddc8c89a0d75a222f9c 100644
--- a/README.md
+++ b/README.md
@@ -1,129 +1,129 @@
-Institut Pasteur
-Walter and Eliza Hall Institut of Medical Research
-Ivo Mueller
-
-
-# PV SEROTAT TOOL
-
-The Pv SeroTAT Tool has been developed by Ivo Mueller's research groups with major contributions by Connie 
-Li Wai Suen and [Dr Michael White](michael.white@pasteur.fr). [Dr Narimane Nekkab](narimane.nekkab@swisstph.ch) has assembled the Shiny App tool with the help of [Dr Thomas Obadia](thomas.obadia@pasteur.fr). 
-
-
-The Pv SeroTAT Shiny Tool folder should contain the following files and folders:
-- RUN_PvSeroTAT: this is the main R script you should open
-- SHINY_APP: this script contains the Shiny App functions
-- FUNCTIONS: this script contains the analysis functions that are read into the app
-- RESOURCES: this folder contains the default files loaded if the antigen names or plate template files are not loaded
-- MODEL: this folder contains the models used to estimate seropositvity
-- RESULTS: this is the default folder for storing outputs with experiment sub-folders created during the analysis (go to bottom to see description)
-- Example data files: this folder contains example MFI, plate layout (.csv and .xlsx) and RAU files for data input and a PvSeroTAT output for reference.
-
-
-# SETUP
-**NOTE: Internet access required for proper setup of R/RStudio**
-
-## STEP 1: Install R and/or R Studio
-If the R program is not already installed on the machine, [download it](https://cran.r-project.org/bin/) and install it. It is recommended to also install [R Studio](https://rstudio.com/products/rstudio/download/) which provides a more user-friendly interface.
-
-## STEP 2: Open the RUN_PvSeroTAT.R file
-In RStudio, click on the Run App button on the main console (next to a green arrow). If an error is encountered and the interface does not open in a web browser, check the console in R Studio. In the console an error message may appear. Check that the packages have been properly installed.
-
-
-# ANALYSIS STEPS
-**NOTE: From here in, internet access not required anymore**
-
-This tool can be used by inputing raw MFI data or pre-processed RAU data. Depending on which is used, the steps are slightly different. Regardless of the type on input data, a common process is first required.
-
-## Classification algorithm and diagnostic performance
-### STEP 3: Choose model
-Currently only the validated Random Forest Model is used in the app. The SVM model can be integrated by request
-
-It is important to determine if the RAMA protein corresponds to antigen W16 / L23 from CellFree Sciences or W47/PVX)087885 from Japan because the classification will not be the same.
-
-The default option can be used if classification is not analyzed (see STEP 13 below).
-
-### STEP 4: Choose diagnostic target
-All three default targets dependong on the model can be used to classify sero-positivity. If using "Other", give either the desired sensitivity or specificty value. The specified sensitivity and specificty values will be reported in the final results classification column header name (*i.e.* if a sensitivity of 80% is chosen for the given model, the corresponding specificty will be given as: SEROPOSITIVE_80SE_60SP).
-
-### STEP 5: Choose to load MagPix (Luminex machine) MFI results file OR a Relative Antibody Units (RAU) file 
-If loading MFI data, follow **STEP 6 - STEP 9** then continue to **STEP 13**. If loading a RAU file, skip to **STEP 10**.
-
-
-## Usage with MFI data
-### STEP 6: Load raw MFI file
-Load a CSV (.csv) or Excel (.xlsx) file.
-
-For MFI data, data from lines 42 to 138 will be used. Please make sure that these lines contain the column header (Location, Sample, Antigen names...). If loading a CSV (.csv) file, please indicate the number of antigens processed by the machine (required) *i.e.* number of columns.
-
-Note that if the bead count is too low, the analysis will still run but you will receive a warning message.
-
-Example of expected files are provided in [Example_1_MAGPIX_MFI_CSV.csv](Example%20data%20files/Example_1_MAGPIX_MFI_CSV.csv) and [Example_2_MAGPIX_MFI_XLSX.xlsx](Example%20data%20files/Example_2_MAGPIX_MFI_XLSX.xlsx).
-
-### STEP 7: Indicate the number of antigen proteins processed by the machine
-Give an integer between 0 to infinity. It should correspond to the number of protein columns in the data file *i.e.* 15.
-
-### STEP 8: Load plate layout template file (if loading MFI data)
-Load a CSV (.csv) or Excel (.xlsx) file. This file should contain the plate layout format. A default layout [is provided in the RESOURCES folder](RESOURCES/DEFAULT_PLATE_TEMPLATE.xlsx) but should only be used as a reference. Example of expected files are provided in [Example_1_plate_layout_CSV.csv](Example%20data%20files/Example_1_plate_layout_CSV.csv) and [Example_2_plate_layout_XLSX.xlsx](Example%20data%20files/Example_2_plate_layout_XLSX.xlsx).
-
-For each plate, a unique plate template shoud be loaded. The well names will be taken as bleedcodes and exported. This step is essential for correctly identifying samples.
-
-### STEP 9: Load antigen name file (optional)
-If your antigen naming convention is not proposed in the default file, please load a file with the same format that matches the W names to your convention.
-
-If your antigen names are included in the default file (see [ANTIGEN_NAMES_TOP_8_W16.csv](RESOURCES/ANTIGEN_NAMES_TOP_8_W16.csv) and [ANTIGEN_NAMES_TOP_8_W47.csv](RESOURCES/ANTIGEN_NAMES_TOP_8_W47.csv)), skip this step and do not a load a file. A default file will be used if left blank.
-
-Ignore the steps from the next section and go to **STEP 13**. 
-
-
-## Usage with RAU data
-### STEP 10: Load raw RAU file
-Load a CSV (.csv) or Excel (.xlsx) file. If you are loading an RAU file that was exported by this app and not modified in any way, then proceed to STEP 13. Otherwise, proceed to STEP 11.
-
-An example of [RAU results](Example%20data%20files/Example_RAU_RESULTS.csv) that are exported by this app is provided in the repository.
-
-### STEP 11: Indicate number of ID columns
-Input the number of columns that correspond to the ID columns starting from the left. Do not skip columns. These columns will be merged back after the analysis. 
-*Example: if you have columns "Sample", "Barcode", "Location", input the number 3.*
-
-Double check that your data does not include NAs; remove these observations if data is missing.
-
-### STEP 12: Indicate number of RAU columns
-Input the number of columns that correspond to the RAU columns starting from the left after the ID columns. Do not skip columns. All antigens can be uploaded but make sure that the top 8 (in the default file) are included. 
-*Example: if you have ID columns "Sample", "Barcode", "Location" followed by RAU columns "L01", "L02", "L23", then input 3.*
- 
-Double check that your data does not include NAs; remove this observations if data is missing
-
-## Serological diagnostic
-### STEP 13: Run only RAU conversion without classification
-By default, this step is skipped (empty / No). If "Yes" is selected, RAU conversion script will be run without classification. In this case, the parameters specified at STEP 3 & 4 will be ignored (model and diagnostic targets).
-
-In case all 8 antigens were not processed in the data, this options will still accurately convert MFI values to RAU. 
-
-When this option is not used (*i.e.* left empty), all 8 antigens need to be in the data file to proceed further for the classification step.
-
-### STEP 14: Change experiment output folder name (optional) ?
-By default, outputs are placed in the `RESULTS` folder. The files are labeled depending on the type of input (MFI or RAU). If you want to change the output folder, filling this section will generate a subdirectory named accordingly in the `RESULTS` folder and outputs stored there.
-
-### STEP 15: Run Analysis
-Click on "Submit" once per uploaded file to run the analysis. 
-
-Using the raw MFI data uploaded by the user, the tool will process a script to convert the MFI values to RAU. These values will be procced in an algorithm developed by our team to predict seropositivity.
-
-**Note that if all 8 protein antigens (refer to antigen name top 8 file) are not in the sample or are not identified correctly due to their name, the analysis will fail.** 
-
-### STEP 16: Status
-Once the MFI to RAU or RAU to PvSeroTAT analyses have finished, the experiment folder where the files are saved will be indicated.
-
-
-# OUTPUT FILES:
-If sero-classification is run, there should be 7 output files. Otherwise, expect 6 output files. These are listed below and explained:
-- `ALL_RESULTS.RData`: all data used to generate plots and RAU outputs
-- `BLANK_SAMPLE_PLOT.pdf`: MFI levels of each protein per blank sample
-- `MODEL_PLOTS.pdf`: 5-parameter logistic standard curve  model per protein used to estimate relative antibody units from MFI
-- `PLATE_BEADS_COUNT_PLOT.pdf`: indicates which samples have a low bead count and need to be re-run
-- `PVSEROTAT_RF_CLASS_RESULTS.csv`: A (.csv) file of the relative antibody unit for the top 8 proteins used to determine seropositivity, 
-the Random Forest prediction for classifying each sample, the seropostive status (sero-negative or sero-positive for Pv hypnozoites),
-with the given sensitvity and specificty target used for the cut-off
-- `RAU_RESULTS.csv`: A (.csv) file of the relative antibody unit for each protein, its reciprocal, the minimum and maximum standard, 
-and the minimum and maximum dilution for that protein. 
-- `STD_CURVES_PLOT.pdf`: log MFI distribution of standard curve per protein
+Institut Pasteur
+Walter and Eliza Hall Institut of Medical Research
+Ivo Mueller
+
+
+# PV SEROTAT TOOL
+
+The Pv SeroTAT Tool has been developed by Ivo Mueller's research groups with major contributions by Connie 
+Li Wai Suen and [Dr Michael White](mailto:michael.white@pasteur.fr). [Dr Narimane Nekkab](mailto:narimane.nekkab@swisstph.ch) has assembled the Shiny App tool with the help of [Dr Thomas Obadia](mailto:thomas.obadia@pasteur.fr). 
+
+
+The Pv SeroTAT Shiny Tool folder should contain the following files and folders:
+- RUN_PvSeroTAT: this is the main R script you should open
+- SHINY_APP: this script contains the Shiny App functions
+- FUNCTIONS: this script contains the analysis functions that are read into the app
+- RESOURCES: this folder contains the default files loaded if the antigen names or plate template files are not loaded
+- MODEL: this folder contains the models used to estimate seropositvity
+- RESULTS: this is the default folder for storing outputs with experiment sub-folders created during the analysis (go to bottom to see description)
+- Example data files: this folder contains example MFI, plate layout (.csv and .xlsx) and RAU files for data input and a PvSeroTAT output for reference.
+
+
+# SETUP
+**NOTE: Internet access required for proper setup of R/RStudio**
+
+## STEP 1: Install R and/or R Studio
+If the R program is not already installed on the machine, [download it](https://cran.r-project.org/bin/) and install it. It is recommended to also install [R Studio](https://rstudio.com/products/rstudio/download/) which provides a more user-friendly interface.
+
+## STEP 2: Open the RUN_PvSeroTAT.R file
+In RStudio, click on the Run App button on the main console (next to a green arrow). If an error is encountered and the interface does not open in a web browser, check the console in R Studio. In the console an error message may appear. Check that the packages have been properly installed.
+
+
+# ANALYSIS STEPS
+**NOTE: From here in, internet access not required anymore**
+
+This tool can be used by inputing raw MFI data or pre-processed RAU data. Depending on which is used, the steps are slightly different. Regardless of the type on input data, a common process is first required.
+
+## Classification algorithm and diagnostic performance
+### STEP 3: Choose model
+Currently only the validated Random Forest Model is used in the app. The SVM model can be integrated by request
+
+It is important to determine if the RAMA protein corresponds to antigen W16 / L23 from CellFree Sciences or W47/PVX)087885 from Japan because the classification will not be the same.
+
+The default option can be used if classification is not analyzed (see STEP 13 below).
+
+### STEP 4: Choose diagnostic target
+All three default targets dependong on the model can be used to classify sero-positivity. If using "Other", give either the desired sensitivity or specificty value. The specified sensitivity and specificty values will be reported in the final results classification column header name (*i.e.* if a sensitivity of 80% is chosen for the given model, the corresponding specificty will be given as: SEROPOSITIVE_80SE_60SP).
+
+### STEP 5: Choose to load MagPix (Luminex machine) MFI results file OR a Relative Antibody Units (RAU) file 
+If loading MFI data, follow **STEP 6 - STEP 9** then continue to **STEP 13**. If loading a RAU file, skip to **STEP 10**.
+
+
+## Usage with MFI data
+### STEP 6: Load raw MFI file
+Load a CSV (.csv) or Excel (.xlsx) file.
+
+For MFI data, data from lines 42 to 138 will be used. Please make sure that these lines contain the column header (Location, Sample, Antigen names...). If loading a CSV (.csv) file, please indicate the number of antigens processed by the machine (required) *i.e.* number of columns.
+
+Note that if the bead count is too low, the analysis will still run but you will receive a warning message.
+
+Example of expected files are provided in [Example_1_MAGPIX_MFI_CSV.csv](Example%20data%20files/Example_1_MAGPIX_MFI_CSV.csv) and [Example_2_MAGPIX_MFI_XLSX.xlsx](Example%20data%20files/Example_2_MAGPIX_MFI_XLSX.xlsx).
+
+### STEP 7: Indicate the number of antigen proteins processed by the machine
+Give an integer between 0 to infinity. It should correspond to the number of protein columns in the data file *i.e.* 15.
+
+### STEP 8: Load plate layout template file (if loading MFI data)
+Load a CSV (.csv) or Excel (.xlsx) file. This file should contain the plate layout format. A default layout [is provided in the RESOURCES folder](RESOURCES/DEFAULT_PLATE_TEMPLATE.xlsx) but should only be used as a reference. Example of expected files are provided in [Example_1_plate_layout_CSV.csv](Example%20data%20files/Example_1_plate_layout_CSV.csv) and [Example_2_plate_layout_XLSX.xlsx](Example%20data%20files/Example_2_plate_layout_XLSX.xlsx).
+
+For each plate, a unique plate template shoud be loaded. The well names will be taken as bleedcodes and exported. This step is essential for correctly identifying samples.
+
+### STEP 9: Load antigen name file (optional)
+If your antigen naming convention is not proposed in the default file, please load a file with the same format that matches the W names to your convention.
+
+If your antigen names are included in the default file (see [ANTIGEN_NAMES_TOP_8_W16.csv](RESOURCES/ANTIGEN_NAMES_TOP_8_W16.csv) and [ANTIGEN_NAMES_TOP_8_W47.csv](RESOURCES/ANTIGEN_NAMES_TOP_8_W47.csv)), skip this step and do not a load a file. A default file will be used if left blank.
+
+Ignore the steps from the next section and go to **STEP 13**. 
+
+
+## Usage with RAU data
+### STEP 10: Load raw RAU file
+Load a CSV (.csv) or Excel (.xlsx) file. If you are loading an RAU file that was exported by this app and not modified in any way, then proceed to STEP 13. Otherwise, proceed to STEP 11.
+
+An example of [RAU results](Example%20data%20files/Example_RAU_RESULTS.csv) that are exported by this app is provided in the repository.
+
+### STEP 11: Indicate number of ID columns
+Input the number of columns that correspond to the ID columns starting from the left. Do not skip columns. These columns will be merged back after the analysis. 
+*Example: if you have columns "Sample", "Barcode", "Location", input the number 3.*
+
+Double check that your data does not include NAs; remove these observations if data is missing.
+
+### STEP 12: Indicate number of RAU columns
+Input the number of columns that correspond to the RAU columns starting from the left after the ID columns. Do not skip columns. All antigens can be uploaded but make sure that the top 8 (in the default file) are included. 
+*Example: if you have ID columns "Sample", "Barcode", "Location" followed by RAU columns "L01", "L02", "L23", then input 3.*
+ 
+Double check that your data does not include NAs; remove this observations if data is missing
+
+## Serological diagnostic
+### STEP 13: Run only RAU conversion without classification
+By default, this step is skipped (empty / No). If "Yes" is selected, RAU conversion script will be run without classification. In this case, the parameters specified at STEP 3 & 4 will be ignored (model and diagnostic targets).
+
+In case all 8 antigens were not processed in the data, this options will still accurately convert MFI values to RAU. 
+
+When this option is not used (*i.e.* left empty), all 8 antigens need to be in the data file to proceed further for the classification step.
+
+### STEP 14: Change experiment output folder name (optional) ?
+By default, outputs are placed in the `RESULTS` folder. The files are labeled depending on the type of input (MFI or RAU). If you want to change the output folder, filling this section will generate a subdirectory named accordingly in the `RESULTS` folder and outputs stored there.
+
+### STEP 15: Run Analysis
+Click on "Submit" once per uploaded file to run the analysis. 
+
+Using the raw MFI data uploaded by the user, the tool will process a script to convert the MFI values to RAU. These values will be procced in an algorithm developed by our team to predict seropositivity.
+
+**Note that if all 8 protein antigens (refer to antigen name top 8 file) are not in the sample or are not identified correctly due to their name, the analysis will fail.** 
+
+### STEP 16: Status
+Once the MFI to RAU or RAU to PvSeroTAT analyses have finished, the experiment folder where the files are saved will be indicated.
+
+
+# OUTPUT FILES:
+If sero-classification is run, there should be 7 output files. Otherwise, expect 6 output files. These are listed below and explained:
+- `ALL_RESULTS.RData`: all data used to generate plots and RAU outputs
+- `BLANK_SAMPLE_PLOT.pdf`: MFI levels of each protein per blank sample
+- `MODEL_PLOTS.pdf`: 5-parameter logistic standard curve  model per protein used to estimate relative antibody units from MFI
+- `PLATE_BEADS_COUNT_PLOT.pdf`: indicates which samples have a low bead count and need to be re-run
+- `PVSEROTAT_RF_CLASS_RESULTS.csv`: A (.csv) file of the relative antibody unit for the top 8 proteins used to determine seropositivity, 
+the Random Forest prediction for classifying each sample, the seropostive status (sero-negative or sero-positive for Pv hypnozoites),
+with the given sensitvity and specificty target used for the cut-off
+- `RAU_RESULTS.csv`: A (.csv) file of the relative antibody unit for each protein, its reciprocal, the minimum and maximum standard, 
+and the minimum and maximum dilution for that protein. 
+- `STD_CURVES_PLOT.pdf`: log MFI distribution of standard curve per protein