Differentially Expressed Gene over the eleven Tumor vs Normal Samples
0
0
Entering edit mode
3.7 years ago
ssere004 • 0

Hi,

I have a data sheet representing the gene expression of 11 samples. For each sample, the expression of each gene is reported for Tumor and Normal Tissues(22 combined columns for each gene). For each gene, I calculated the fold change of Tumor vs Normal among each sample. My question is how can I select some genes which are significantly overexpressed or underexpressed in all samples.

One simple approach is to calculate the mean and variances of fold changes among all samples. Then select the genes which have large mean and small variance. But I think there should be better approaches to do it maybe by calculating the p-values.

Once again, my question is how can I scientifically report a gene as a gene which has differentially expressed in the Tumor samples vs Normal samples.

RNA-Seq • 875 views
ADD COMMENT
3
Entering edit mode

If this is RNA-seq, why are not you using common tools such as edgeR or DESeq2?

ADD REPLY
0
Entering edit mode

Yes, I have bulk RNA-seq data, I started using edgeR. It worked, thank you.

ADD REPLY
0
Entering edit mode

So for a given normal tissue, you have no idea what the natural variance is?

ADD REPLY
0
Entering edit mode

I would probably use DESeq2 or edgeR for this. Is this RNA-seq? If so, use DESeq2 or edgeR and then establish a cutoff such as log2FC > 1 and adjusted P value < 0.05 to filter upregulated or log2FC < -1 and adjusted P value < 0.05 to filter downregulated genes.

ADD REPLY
0
Entering edit mode

It's not clear to me that the poster's experimental design is suitable for DESeq2 or edgeR.

ADD REPLY

Login before adding your answer.

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