Count dots in 2D plot

This software divides a scatter plot into 4 quarter (Q1 .. Q4), calculates the number and % of dots into each quarters and gives the position of each dot into a table.

Manual :

1- install Julia free programming language and install packages :

DataFrames : Pkg.add("DataFrames")

PyPlot : Pkg.add("PyPlot")

2- unzip the software

3- copy your n tables in csv (TAB delimitated by default) files in the “data” directory.

- first line of the table : column names

- first column : row names

- next 2 columns : X, Y values

4- edit config.txt to set the gates X, Y

5- execute the software by the command : julia software_name

count_dots_2D_plot_003.jl : compute results tables + svg plot

count_dots_2D_003.jl : compute results tables only

6- result tables are in the “results” directory.

plots are in the "svg" directory