ericmjl / protein-systematic-characterization

All our protocols, data, analysis, and papers related to this project are stored here.
MIT License
2 stars 0 forks source link

EM data processing bugfix #57

Closed ericmjl closed 7 years ago

ericmjl commented 7 years ago

data processing & data sanity checks found by manually looking at the data.

Summary of changes:

  1. I found that the 96-well “Vic” values were significantly smaller than the 12-well “Vic” values. This implies that the 96-well Vic values had to be processed differently from the 12-well Vic values. I separated the 12-well from 96-well data.
  2. There was a data processing bug that showed up. When there’s only one “Mock”, division fails with .values[0]. Fixed by using the same try/except pattern used for “Vic”.
ericmjl commented 7 years ago

@Starnite: I'd suggest pulling down this branch and checking that my data processing was done correctly first, before merging. I'm confident I've gotten the checks done right, but would be good to have a 2nd pair of eyes on it. When done checking, I think it can be merged in.