results after deseq2 not showing gene ids and gene names but they are present in dds object
1
0
Entering edit mode
Anup • 0
@d89d42e5
Last seen 12 months ago
United States

dds <- DESeq(dds). This shows gene_id and gene_name.

Perform differential expression analysis

results <-results(dds) results summary(res)

In the results, the gene_id and gene_name are missing. Can anyone please help fix this?

NOT an experienced R programmer.

DESeq2 • 889 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 2 days ago
United States

Rather than showing code that you ran, show the actual results from your R session (e.g., run the code and then copy/paste the results here.

Also, please pay attention to what's in the question box when you first start a post. There are places there for you to paste the code that will cause it to be formatted in a way that makes it easier for people to read your code. The idea is for you to use that rather than just deleting it.

ADD COMMENT

Login before adding your answer.

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