KaiAragaki / gplate2

Other
0 stars 0 forks source link

`[` method for `plate` #6

Open KaiAragaki opened 2 months ago

KaiAragaki commented 2 months ago

Might be nice to be able to access a well/a set of wells by doing something like

my_plate[1, ] # return row 1 of wells
my_plate[1,2] # return well in position row 1, col 2
my_plate[, 2] # return col 2 of wells