Hello,
I found cbioportal site is so helpful for my cancer research. I like to thank the people for generating this tool. I read two papers (Sci. Signalling (2013); Cancer Dis. (2012)), however, I have a few questions for using cbioportal.
Q1. How can I calculate survival plot when expression of gene of interest is up and downregulated.
for example, in colorectal adenocarcinoma (TCGA, Nature 2012), ERBB2 mRNA is upregulated in 20 of 244 samples and downregulated in 1 of 244 samples. Survival Tab shows survival plot for ‘Cases with Alteration(s) in Query Gene(s)’ vs ‘Cases without Alteration(s) in Query Gene(s)’; I think ‘Alteration(s)’ includes both upregulation and downregulation.
How can I get survival plot of cases with upregulated ERBB2 vs remaining patients?
Q2. At the Co-expression Tab, I found that Pearson and Spearman coefficents are calculated automatically.
How can I get p-value to see if those coefficients(correlation) are statistically significant?
Thank you very much.
Best regards,
Semi Kim
-------------------------------------------------------------
Semi Kim, Ph.D
Principal Research Scientist, Immunotherapy Research Center
Korea Research Institute of Bioscience and Biotechnology (KRIBB)
125 Gwahak-ro, Yuseong-gu, Daejon 305-806, Rep. of Korea
T:+82-42-860-4228 F:+82-42-860-4149
E-mail: sem...@kribb.re.kr
-------------------------------------------------------------
To do both works, I recommend you use R and make the scripts for the works because this site does not give you additional customization functions for your needs.
cbioportal provides cdgsr - http://cran.r-project.org/web/packages/cgdsr/index.html, the R packages which links between database of the site your machine. Using the package, you may get data for your works and handle the data as what you want.
For the p-value calculation, this function of R - https://stat.ethz.ch/R-manual/R-patched/library/stats/html/cor.test.html will useful for your works.
You can also get the survival plot using survfit function - http://stat.ethz.ch/R-manual/R-devel/library/survival/html/plot.survfit.html.
Hyun-hwan Jeong.