You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be convenient to have links to TSV files directly below functional enrichment plots. These files include dimensions, like GeneRatio, not otherwise shown in the plots.
Proposed Solution:
To ease data access, write enrichResults data to a file and add markdown links to the enrichResults TSV files below respective dotplot, emapplot, and cnetplots.
For this, introduce a function, print_table_link() here. This function will take the contrast 'name', the log fold change 'direction' and the 'ontology' from "enrich_list", save the file in the 'enrichResults/tables/' directory and generate relevant links as such:
File names should comprise of the contrast's 'name', 'direction' and 'ontology' used.
Call print_table_link() under each plot print statement to maintain appropriate links for each plot being printed here for dotplot, here for emapplot, and here for cnetplot
The text was updated successfully, but these errors were encountered:
Problem:
It would be convenient to have links to TSV files directly below functional enrichment plots. These files include dimensions, like GeneRatio, not otherwise shown in the plots.
Proposed Solution:
To ease data access, write enrichResults data to a file and add markdown links to the enrichResults TSV files below respective dotplot, emapplot, and cnetplots.
For this, introduce a function, print_table_link() here. This function will take the contrast 'name', the log fold change 'direction' and the 'ontology' from "enrich_list", save the file in the 'enrichResults/tables/' directory and generate relevant links as such:
Add the following lines after here for dotplot for example:
File names should comprise of the contrast's 'name', 'direction' and 'ontology' used.
Call print_table_link() under each plot print statement to maintain appropriate links for each plot being printed here for dotplot, here for emapplot, and here for cnetplot
The text was updated successfully, but these errors were encountered: