DEXSeq transcripts per condition
1
0
Entering edit mode
@peter_venhuizen-7700
Last seen 9.0 years ago
Austria

Hello,

I'm trying out DEXSeq for the identification of differentially expressed/spliced transcripts in my experiments. Using DEXSeq it is easy to identify the differentially used exons for each gene and by running

plotDEXSeq(dxr, "gene-name", displayTranscripts=T, names=T, legend=T) 

it also possible to identify the transcripts for each gene.

Now, theoretically I would be able to identify which transcripts are present in which condition for each gene, based on these plots. However, this is extremely time consuming (even for all smaller number of genes) and I have to do this for multiple samples and hundreds or maybe thousands of genes. Therefore I was wondering if it is possible to produce a list of transcripts per gene for each condition using DEXSeq. Something like this:

  COND A COND B
gene_A gene_A.1
gene_A.2
gene_A.1
gene_B gene_B.2 gene_B.1
gene_B.3
... ... ...
gene_N gene_N.1 gene_N.2

which gives an easy overview of the transcripts expressed in each condition.

Thanks in advance,

Peter Venhuizen

DEXSeq transcripts isoforms • 1.4k views
ADD COMMENT
0
Entering edit mode

I am also looking for the same type of analysis. Did you find the solution for this?

ADD REPLY
1
Entering edit mode
Alejandro Reyes ★ 1.9k
@alejandro-reyes-5124
Last seen 7 days ago
Novartis Institutes for BioMedical Rese…

Hi Peter,

You can find the information of which transcripts overlap with each exonic bin in the annotation columns of the DEXSeqDataSet object.

rowRanges(dxd)$transcripts

DEXSeq will give you exons that are differentially used and it usually does not provide information about which isoforms are expressed or which isoforms are not expressed. But if you are concluding this by evaluating visually the DEXSeq plots, it also sounds like something that could be automated. Could you expand of how are you doing this based on the plotDEXSeq outputs?

Alejandro

 

 

ADD COMMENT

Login before adding your answer.

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