ropensci / tidyqpcr

quantitative PCR analysis in the tidyverse
https://docs.ropensci.org/tidyqpcr/
Other
51 stars 18 forks source link

Creates display_plate_qpcr function. Update vignettes, docs and tests #169

Closed DimmestP closed 2 years ago

DimmestP commented 2 years ago

Closes https://github.com/ewallace/tidyqpcr/issues/164

display_plate(create_blank_plate_1536well()) now display an empty plate

Separates original display_plate function into general display_plate and display_plate_qpcr functions.

Changes all references to original display_plate to display_plate_qpcr.

Adds a new test for display_plate (simply confirms a ggplot2 object is created).

Will change behaviour of tidyqcr code written before this update

ewallace commented 2 years ago

This looks really nice. I added on top of this to use display_plate in display_plate_value, unfortunately involving creating a new branch in pull request #169. Review requested over there and we can close this?