Examples
The only parameter required in order to run EBIC is input file. All other parameters are optional and could be modified by overriding a specific parameter.
To see available options:
./ebic -h
Run EBIC for 10 iterations and return 5 biclusters only:
./ebic -i input.txt -n 10 -b 5
Do not allow negative trends:
./ebic -i input.txt -t 0
Do not allow approximate trends:
./ebic -i input.txt -a 1