Log-Fold Change in RNA-seq
1
0
Entering edit mode
4.3 years ago

Hello everybody, I am quite new to RNA-seq. I am using DESeq2 for differential expression analysis and I am at a stage where I have to identify for each cell type the 10 highest expressed, specific genes (>5-fold higher). I have 3 conditions (3 cell types) and each condition has ( 3, 5, 2 samples). Can you give me advice on how to do it?

RNA-Seq R • 810 views
ADD COMMENT
1
Entering edit mode
4.3 years ago
padwalmk ▴ 140

Hi, First check the tutorial from the DESEq it has explained everything very nicely.

You can follow the following steps for now.


  1. First you have to extract all three contrast result using the result <- data.frame(results(dds, contrast = "blah_blah"))
  2. Then subset according to your criteria subset(result, criteria > "whatever")
ADD COMMENT

Login before adding your answer.

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