Hi Lindsay,
The most important step would be formatting your data using the 'MSstatsPrepareDoseResponseFit' function. Here you define the dose column (which could be dose or time) and the drug column. In your case, the drug column would be used to group the data. For example, if you're interested in analyzing drug+time over dose, you would set your drug id's to be something like "DrugA_1hr", "DrugA_3hr", etc.. This would model a curve for each protein across doses for every drug-timepoint pair in your dataset. The same approach works with drug+dose combinations.
Once the formatting is set, MSstatsResponse supports hypothesis testing for significant drug-protein interactions, IC/EC50 estimates with confidence intervals, and visualization of dose-response curves.
If you'd like to share some data with me, I'd be happy to write a short script that does this for you. If you have a subset of the data after running the dataProcess function that would work great.
Best,
Sarah