.pathway_dotplot | R Documentation |
This function plots pathway enrichment analysis results of the gene from each
cluster in heatmap generated from .get_cluster_genes()
.
It should not be used directly, only inside .plot_Corr_RNAseq_TCGA_GTEX()
function.
Side effects:
(1) dotplot on screen and as pdf file to show the enriched pathways in the genes from different clusters in the heatmap
.pathway_dotplot(df, pathway, tissue_type)
df |
pathway enrichment analysis results generated from
|
pathway |
pathway name, "GO", ""REACTOME", "KEGG" |
tissue_type |
tissue type, the same argument of
|
Other helper function for correlation analysis plotting:
.CORs_coeff_heatmap()
,
.CORs_summary_bargraph()
,
.CORs_vennplot()
## Not run: .pathway_dotplot(df = ck.REACTOME, pathway = "REACTOME", tissue_type = tissue_type) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.