RGLab / QUALIFIER

Qualitiy control for gated flow cytometry data
6 stars 1 forks source link

formula parsing issue #8

Open mikejiang opened 12 years ago

mikejiang commented 12 years ago

now the formula only support the simply function like: sum(x)~y|z,but can't do 100*x~y/z due to the limited parsing capability.Consider fix this by using model.frame.

Also validity check of formula by matching the data column name needs to be added to throw meaningful error message to user for invalid input.