calcDimerConc
Given subunit concentration and Kd, return dimer and monomer concentrations Usage: calcDimerConc [option]
options:
-Kd <val> - specify Kd
-conc <val> - specify concentration
-subunit - multiply dimer conc by 2
-copies <num> - specify the number of copies to return
the format is
[dimer] [monomer] [dimer] [monomer] ...
)
Kd and conc are required and must be specified in the same units e.g. mM.