Hello, I'm trying to do some differential expressed exons analysis with DEXSeq package. I got DEXSeq results by :
dxr1 = DEXSeqResults( dxdEFC, padj>=0.1 )
Then, I'm looking for print only Up-regulate or Down-regulate exons significantly expressed.
Therefore, I done :
write.table(dxr1, "DEXSeq_results" , sep="\t", col.names=T, row.names = T)
This script gave me all genes and exons in a single file within more than 60.000 rows what is very difficult to open and then difficult to sort by padj or FDR.
I think that someone can help me here to resolve that, I will be very grateful.
Best regards.
Dear all,
You don't know how you save me. May GOD bless you more and more.
Hello,
After printing result, I see that some same genes names are listed again in the table with another exonID. Then I've too much genes and exons, that I want is to group same geneID in one wich would group all his exons.
Did you mean something like the following?
Yes, exactly that.
It can be generated by:
Hello Thanks lot. It's work perfectly.
Hello, It works but I think somethings wrong looking the results table.
The same gene is listed again with different value of dispersion, pvalue and so one. This is an abstract of the results, lot of gene are the same kind of result
I don't inderstand why.
Those are different exons as you're testing Differentially Expressed Exons?
I expert that each gene must be listed only one time if it's possible
Then why are you simply not doing gene expression values in stead of exons? or is this part of the confusion? yes the gene expression is also taking into account the exons but then joined to an mRNA level and thus not keeping them as separate exons