RGLab / flowWorkspace

flowWorkspace
GNU Affero General Public License v3.0
45 stars 21 forks source link

move compensation part from R to c++ to further speed up #5

Closed mikejiang closed 12 years ago

mikejiang commented 12 years ago

data<- t(solve(t(spillover))%%t(data)), uBlas of boost can be used for this simple linear operation without adding the extra library dependency. But we may still need to parse the spillover matrix from FCS header (keyword) within R when the compensation is acquisition defined. Unless we are sure that compensation can always be parsed from xml workspace, we may leave this part in R for now. /