StadlerlabRice / WW-CoV2-project

Plotting qPCR and ddPCR data for WWTPs
0 stars 1 forks source link

Correct issue with non-unique IDs to make scatterplot work robustly #19

Open ppreshant opened 4 years ago

ppreshant commented 4 years ago

scatter plot requires data to be pivot_wide with target names. This throws up error when data is repeated in non_unique columns. How can this be avoided?

Currently scatter plot is skipped with a message when there is repeated names