Guillawme / rfret

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

Add processing of FP data #31

Closed Guillawme closed 7 years ago

Guillawme commented 7 years ago

Fluorescence polarization data are easier to process (only replicate averaging, no signal correction), column names are different. It should be straightforward to process them the same way as FRET data are currently processed (any number of files).

The processing code should detect polarization or anisotropy or both, and apply the replicate averaging on both.

The user should be given the choice to use polarization or anisotropy data (if both are present in the file) in the curve fitting procedure.

Guillawme commented 7 years ago

Maybe add an inspection function to plot the intensity values? Not sure this is very useful...