philliplab / yasss

Yet Another Short Sequence Simulator
0 stars 0 forks source link

Add fitness_processing_metrics_to_df function #154

Closed philliplab closed 6 years ago

philliplab commented 6 years ago
philliplab commented 6 years ago

I think it is better to just directly store the metrics in a data.frame? No benefit to using a list...

What if I later want to add something that does not fit nicely into a data.frame? Hmmm, ok stick to list with a conversion function.