KaiAragaki / gplate2

Other
0 stars 0 forks source link

print function for wells, plates #2

Open KaiAragaki opened 2 months ago

KaiAragaki commented 2 months ago

I think I should try to be minimally cute with the display of these data

KaiAragaki commented 2 months ago
#> my_plate
# A `plate` with 20 wells
#     row   col  drug_conc drug_units time_hr
# 1     1     1         10
# 2     1     2         20
# 3     2     3       none

Shouldn't include column classes, since some classes will have to be coerced to display together and that might be misleading (remember that a plate is a list of wells that each contain a list of contents)

Should a plate without a given key have a value that is shown as NA? How would it be differentiated from plates that have NA as their values? Does it matter to differentiate for just a simple print method?