How to analyze differential gene expression from TCGA data if I want to analyze the difference in expression in high versus low expression of a particular gene in patients?
0
0
Entering edit mode
3.1 years ago
andyred419 ▴ 10

Hi, I am new to bioinformatics. I wanted to know if it is possible to get the differential gene expression of two sample sets based on the high and low expression of a particular gene from TCGA data. I want the counts data that I can analyze in R.

GSEA R TCGA • 1.4k views
ADD COMMENT
0
Entering edit mode

A good title should be concise. "Analyze differential expression from TCGA data" is a good title. What you have here is not a title, it's a description.

ADD REPLY
0
Entering edit mode

So what is the question? At which step do you get stuck?

ADD REPLY
0
Entering edit mode

I want two sample sets; one with the individuals having high expression of a particular gene, say A, and another group with the individuals with low expression of the gene A. Just as we do in cBioportal for a quick analysis; however, I want the raw counts data from TCGA, that is not available from cBioportal. Where and how can I find it?

ADD REPLY
0
Entering edit mode

TCGA counts can be obtained e.g. by the TCGAbiolinks or recount packages from Bioconductor. The vignettes cover the "how". From there on just normalize the data and use something like quantile() to define quantiles/percentiles as you like to split the groups based on whatever threshold you feel is good, e.g. high (top 25) and low (top 25) to get a good separation.

ADD REPLY

Login before adding your answer.

Traffic: 2905 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