how to combine either Rna-seq datasets or results from analysis of Rna-seq datasets to get a visual result
1
0
Entering edit mode
2.7 years ago

Hey guys, I was doing a project based on Rna-seq analysis of a certain disease, I had taken various public datasets and had analyzed after which I had obtained a specific result. The problem is the result isn't visually representable(like Venn diagrams or graphs) so I thought of combining either Rna-seq datasets or combining the Deseq2 results of each dataset to get a visually representative result. Which option should I opt for and how do I do it? Thanks for your help in Advance

RNA-Seq next-gen-sequencing • 1.8k views
ADD COMMENT
1
Entering edit mode
2.7 years ago
Papyrus ★ 2.9k

So if you have multiple lists of differentially expressed genes from having analyzed, independently, each dataset, you can combine the analysis after the differential gene expression stage: for example you could use Robust Rank Aggregation. This allows you to integrate your multiple lists of DEGs to get a final, unique, representative, list of genes from all those independent lists. This you can then use in downstream analysis much more easily (e.g. gene enrichment, etc.).

Aside from that, to visualize intersections across multiple gene lists, I would use UpSetR.

ADD COMMENT
0
Entering edit mode

Thanks a lot Papyrus, I will definitely look into both of those methods.

ADD REPLY
0
Entering edit mode

Could you also give me any tutorials for Robust Rank Aggregation, I am not able to get anything about it.

ADD REPLY
0
Entering edit mode

Hmm, don't know of any, but the package mainly has the one function aggregateRanks to be used (see manual).

ADD REPLY
0
Entering edit mode

Thanks Papyrus

ADD REPLY

Login before adding your answer.

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