TangSoftwareLab / SynergyFinderR

SynergyFinder R package development
https://www.bioconductor.org/packages/release/bioc/html/synergyfinder.html
Mozilla Public License 2.0
1 stars 1 forks source link

How do I set the x-axis for dose response curve? #4

Closed kennyyeo13 closed 1 year ago

kennyyeo13 commented 1 year ago

Hi, I am pretty new to R. I just wanted to check how do I change the range for x-axis?

Thanks Kenny

shuyuzheng commented 1 year ago

I have updated the "PlotDoseResponseCurve" function in version 3.4.2 to enable the changing of x-axis for users. Now you can update the package to 3.4.2 and then use the parameter "xlim" to control the range for x-axis. The command looks like: PlotDoseResponseCurve(data = [data_list], xlim = c([min_x], [max_x]))