Open XLuHouston opened 6 years ago
Hi Paul,
I successfully finished the GDSC analysis and I am trying to confirm my results in CCLE data.
It is perfect that there is a getGCPinfo() in your package, but how to get CCLE data with R cmd?
In the guide.pdf, the following code seems to load a specific drug data in CCLE. data(ccleData) #sensDataCcle, exprMatCcle
data(ccleData) #sensDataCcle, exprMatCcle
Thus, how to get other drug's data in CCLE?
Thank you for reading this issue and I will be greatly appreciated if you can give me some hints! :)
Best, Lucas
Hi,
If you're interested in the CCLE data, and updated CTRP data, I haven't built those into the package yet, so you'd need to download the data and build those models manually.
Hi Paul,
I successfully finished the GDSC analysis and I am trying to confirm my results in CCLE data.
It is perfect that there is a getGCPinfo() in your package, but how to get CCLE data with R cmd?
In the guide.pdf, the following code seems to load a specific drug data in CCLE.
data(ccleData) #sensDataCcle, exprMatCcle
Thus, how to get other drug's data in CCLE?
Thank you for reading this issue and I will be greatly appreciated if you can give me some hints! :)
Best, Lucas