the plot of drug-gene expression correlation
0
0
Entering edit mode
2.9 years ago
Binghong ▴ 20

does anyone know how to make a plot(drug-gene expression correlation) like this ,thanks the plot of drug-gene expression correlation

correlation drug-gene expression • 1.4k views
ADD COMMENT
0
Entering edit mode

Need little more information. Maybe some reference or a little more explanation on the data type. Like what sort of data do you have for drugs and all.

ADD REPLY
0
Entering edit mode

the plot is from https://pubmed.ncbi.nlm.nih.gov/29894693/ I want to replicate it ,the data are gene expression and PARPi IC50,maybe, but don't know use which tool(pacakage)

ADD REPLY
1
Entering edit mode

Then this is not very hard.

You can use programming (Python: scipy.stats/R: cor function) to calculate the correlation between all the genes and PARPi IC50 values in your experiment. Sort the genes based on obtained correlation and plot them using plotting libraries (Python: matplotlib/R: ggplot2)

ADD REPLY
0
Entering edit mode

oh thanks , I have a try

ADD REPLY

Login before adding your answer.

Traffic: 2629 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6