What is the best way to identify which group of genes is more highly expressed?
1
0
Entering edit mode
5 months ago
pl23 • 0

Hello,

I am new to bioinformatics. I am trying to compare two sets of genes that belong to different subgenomes of my species to identify if one of the subgenomes is more highly expressed. I have gene expression data in the form of counts, with multiple tissue types and replicates. I tried using the usual ANOVA/t-tests using my tissue type and subgenome as factors but my data is highly skewed and does not meet the normality condition, even after applying the log transformation. Additionally, running non parametric Wilcoxon tests was not helpful as my data is not symmetric.

Is there a better way to approach this problem? I am happy to do the analysis for each tissue type separately if necessary.

Any feedback is much appreciated.

Thank you!

R gene-expression rna-seq • 372 views
ADD COMMENT
0
Entering edit mode
5 months ago
cfos4698 ★ 1.1k

Assuming these are RNAseq counts, there are many possible pipelines to process your data. Two of the more popular routes are using:

These approaches will expect raw, untransformed counts. And it's expected that the counts don't follow a normal distribution.

ADD COMMENT
0
Entering edit mode

Hi, Thanks for your response! Yes I already considered DESeq2 - unfortunately I think it can only accommodate tissue-wise or treatment-wise comparisons, not genewise comparisons. Would Limma/Voom be able to do this?

ADD REPLY

Login before adding your answer.

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