BoxPlots

This software draws boxplots of tables in CSV (separator TAB by default) line by line.

Manual :

1- if not already installed, install R programming language.

2- unzip the software

3- copy your files in the “data” directory. Very important : avoid spaces or special characters in files names. The files must be formated as follows (an example is given with the soft) :

- txt or csv files with TAB separator

- first line : column names

- first column : names-1 (for example peptides)

- second column : names-2 (for example proteins)

- next columns : expression values with dot as decimal separator. The first columns must contain expression values for the controls. The last columns must contain expression values for the second group.

3- execute the software by the command : source("boxplots_0.xx.r") in R

4- plots are in the “svg” directory.