Usage:

First index data:

./radar -i -f muta < muta.flatdb

Then count associations in data, with min support 5 and max depth 3:

./radar -f muta -c -s 5 -d 3 

If you wrote the output to a file, eg

./radar -f muta -c -s 5 -d 3 > myoutput

you can then use this output to show which molecules in an indexed
databases match these associations by reading them from stdin with the 
-t option:

./radar -f muta -t < myoutput

