Guillawme / rfret

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

average_technical_replicates can only handle 2 replicates #3

Closed Guillawme closed 7 years ago

Guillawme commented 7 years ago

The average_technical_replicates() function only handles 2 replicates, as of commit d33eabc2b8165491d5806ec5bfd1196b17b34d6e. Ideally, it should be able to handle an arbitrary number of replicates.

This probably involves the use of a function of the apply family, since we would have to iterate over a vector of arbitrary (and unpredictable) length containing as many description words as technical replicates in the experiment.

Guillawme commented 7 years ago

Done with commit 4799692ba813788ea623f59e9e40a22bef8f7220.