Closed mikejiang closed 11 years ago
It would also be helpful to add 'isMFI' and 'isSpike' arguments to getQAStats to speed up the preprocessing in case users are only interested in proportions and counts.
leo, try to pull the change. and add isMFI=FALSE and isSpike=FALSE to qaPreprocess call to have a quick run.
Currently the stain column is parsed from tube(or staining panel) column on the fly,which is ITN data specific design. In order to make it generic, we want to parse stain column from FCS and add it permanently to stats table during the getQAStats stage.