This software draws dot chart of tables in CSV (separator TAB by default). Data are sorted by increasing order. A red horizontal line is drawn at user specified poisition. (to draw a scatter plot see Scatter plot by cols interactive).
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 2 columns andTAB separator
- first line : column names (x, y)
- first column : row names
- second column : values
- no more columns
3- execute the software by the command : source("dotchart_0.1.r") in R
4- plots are in the “svg” directory.