This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Analysis of gene expression data

Hi

I have list of transcripts (~70,000) with their expression values in cancer and normal adjacent samples, I want to calculate p-value for each pair of transcripts. How to do that? Thanks in advance.

Regards

p-value

I want to do it using t-test or any other statistical test in spss.

Those tests are not appropriate for expression data.

You should provide further information, such as:

  • the source of your data (e.g. web resource, microarray, RNA-seq, NanoString, or something else)
  • how many samples you have
  • any pre-processing that has been performed

Nobody can help you sufficiently with the information that you have currently provided.

OK, thanks for the information. The data is raw TCGA expression data and contains transcript id, expression value (TPM) in cancer and adjacent normal samples

Transcript_id       Expression value(TPM) in cancer     Expression value(TPM) in normal adjacent
uc001aaa.3      0.519993743     2.07946602736613E-95
uc001aab.3      1.195267176     0.4213373079
uc001aac.3      0.2816408622        0
uc001aae.3      4.16436457205392E-67        6.37487575711405E-207
uc001aah.3      1.24270443179236E-241       0.1938754949
uc001aai.1      16.1663933608       5.3783318364
uc001aak.2      0       0.0286585119

Hello again . With this data, you cannot produce a p-value per gene. With your data, you just have a single value for each gene in the tumour and normal samples. Can you elaborate (describe further) the source of the data? Many third-party websites (i.e. outside of the National Cancer Institute of the USA) host TCGA data, which is in various stages of processing.

Hi The data is taken from TCGA by cancerrna nexus and we have got from there. Can I apply student's t test for the same?

No, with the data that you have, you cannot use the Student's t-test. For example, if you wanted to derive a p-value for the uc001aaa.3 gene, your comparison would just be 0.519993743 Vs. 2.07946602736613E-95. A p-value cannot be derived from just 2 values.

From Cancer RNA-seq Nexus, you should try to obtain the expression values for the genes across all tumours and all normal samples. Then, you could begin to think about conducting differential expression analysis.

If you do not have much experience with bioinformatics, then can I suggest that you reach out to (that is, contact) a local collaborator (in your university / college, or some other), and ask them for assistance.

Also, there are web-based GUIs that allow you to analyse TCGA data, such as cBioPortal

0 answers

No answers yet.

Log in to answer this question.