Zjx01 / Generalized-RNAseq-analysis-pipeline

the project focusing on developing a tool free to use
MIT License
1 stars 0 forks source link

Adding an Enrichmap plot function for the gene_enrichment_visualization #13

Open Zjx01 opened 1 year ago

Zjx01 commented 1 year ago

Adding Enrichmap function for gene enrichment visualization Enrichment map organizes enriched terms into a network with edges connecting overlapping gene sets. In this way, mutually overlapping gene sets are tend to cluster together, making it easy to identify functional module.

The emapplot function in enrichplot package which supports results obtained from hypergeometric test and gene set enrichment analysis can be used, you can use the edo (Large enrichResult generated before) as input and create a cex_category parameter to resize nodes.

Good Luck!

TheLaw2020 commented 1 year ago

enrichmap function added and pending approval :)