Guillawme / rfret

Analyze FRET Binding Data with R
https://guillawme.github.io/rfret
Other
2 stars 5 forks source link

Add +/- 10% shaded area in donor plot #1

Closed Guillawme closed 7 years ago

Guillawme commented 7 years ago

In inspect_raw_data(), figure out a way to calculate the average fluorescence of the donor channel and plot a horizontal line + shaded area representing +/- 10% of this average value.

This will give a useful indication of the pipetting accuracy and precision.

Guillawme commented 7 years ago

Sometimes the raw data of the donor channel doesn't give constant fluorescence intensity because of quenching. In this case, the donor plot looks like a decreasing sigmoid.

It would be useful to draw the shaded area only as the +/- 10% of the ~10 data points at lowest concentrations of the titration series, and disregard the other data points.

Guillawme commented 7 years ago

This is actually not super useful. I won't fix that, at least for now.