DESeq2 on de novo reads
1
0
Entering edit mode
3.9 years ago
pthom010 ▴ 40

I have a series of de novo assembled reads from Trinity from an organism without an annotated genome. I was wondering if it was possible to use DESeq2 through R to do my diffrerential expression analysis. I quantified my gene/transcript counts using RSEM.

RSEM Trinity DESeq2 • 1.1k views
ADD COMMENT
1
Entering edit mode

Why not? DESeq2 can work with count table of everything.

ADD REPLY
0
Entering edit mode
3.9 years ago
h.mon 35k

Wonder no more! Read the manual and dispel any doubts you may have:

Differential Expression Analysis Using a Trinity Assembly

Spoiler:

Trinity provides support for several differential expression analysis tools, currently including the following R packages:

edgeR : http://bioconductor.org/packages/release/bioc/html/edgeR.html

DESeq2: http://bioconductor.org/packages/release/bioc/html/DESeq2.html

limma/voom: http://bioconductor.org/packages/release/bioc/html/limma.html

ROTS: http://www.btk.fi/research/research-groups/elo/software/rots/

ADD COMMENT
0
Entering edit mode

Thanks, but I wanted to do the DE analysis myself in R. I'm not able to customize Trinity's parameters to my liking but wasn't sure if I could upload my RSEM values into R.

ADD REPLY
0
Entering edit mode

When you run Trinity wrapper scripts, it creates R scripts to run the differential expression analysis. You can then edit the scripts to your liking and run them.

ADD REPLY

Login before adding your answer.

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