How to filter up and down regulated genes in a list of DE genes from DEseq?
1
0
Entering edit mode
3.0 years ago
arulin • 0

I got some gene expression data sorted from differential expression analysis (used only significant genes <0.05 padj). I need to write the data in to a csv file with the following column names, Condition, Genes (up and down in each condition), counts (sum of genes either up or down regulated).

I can provide further information as needed.

upanddownregulated genes • 1.1k views
ADD COMMENT
0
Entering edit mode

Please be more clear about the data structures that you have. But if you are working with locus tags instead of gene names you can get filtered locus tags by

loc_tags = rownames(results)

assuming you have your results from deseq2 in object results. And then by going through your data frames by these indexes you can extract information you want.

ADD REPLY
0
Entering edit mode
3.0 years ago
qmarulfiz ▴ 60

What is the original data file format? How the data is being arrange? Can you load it into excel and use filter function to seperate it?

ADD COMMENT

Login before adding your answer.

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