Entering edit mode
I am trying to analyse some drug HTS data I didn't generate.
The format of the experiment is:
485 drugs split over 2x 384-well plates
For each plate pair (P1 and P2), the drugs have been tested at 4 concentrations (25nm, 100nm, 250nm, 1um) such that for each replicate I have:
P1- 25nm
P2 - 25nm
P1- 100nm
P2 - 100nm
P1- 250nm
P2 - 250nm
P1- 1um
P2 - 1um
The layout of the plates is pretty standard.
My question is how do I set up the plate configuration file and import this data into the cellHTS2 object?
Many thanks