Python modules required:
1> pandas
2> numpy
3> matplotlib
4> argparse
5> seaborn


Input Files:
1> 'IlluminaChrCord.txt' which contains the chromosome cordinates of the genes
2> 'GenesFPKM.table' which contains RNA seq expression values

e.g
>python2.7  CustomPythonScript.py -c IlluminaChrCord.txt  -E GenesFPKM.table

Output File:
1>ExpChrDist.pdf

The output file contains distribution of the mean expression values of genes in contiguous
windows along the chromosomes.
