View source: R/fct_06_pathway.R
kegg_pathway | R Documentation |
In the database, use the KEGG information to create an image that is a diagram of the pathway that is being enriched.
kegg_pathway(
go,
gage_pathway_data,
sig_pathways,
select_contrast,
limma,
converted,
idep_data,
select_org,
low_color = "green",
high_color = "red"
)
go |
String designating the section of the database to query for
pathway analysis. See |
gage_pathway_data |
Matrix returned from |
sig_pathways |
Description of the pathway for which to obtain the gene expression data |
select_contrast |
String designating the comparison from DEG analysis to
filter for the significant genes. See the 'comparison' element from the list
returned from |
limma |
Results list from |
converted |
Return value from the |
idep_data |
Read data files from |
select_org |
The organism that the gene data is for |
low_color |
String designating color value for the low-ly expressed genes |
high_color |
String designating color value for the high-ly expressed genes |
Make an image and return the path to the image to be rendered in the server.
Other pathway functions:
fgsea_data()
,
find_overlap()
,
gage_data()
,
get_gsva_plot_data()
,
get_pathway_list_data()
,
get_pgsea_plot_all_samples_data()
,
get_pgsea_plot_data()
,
gsva_data()
,
pathway_select_data()
,
pgsea_data()
,
pgsea_plot_all()
,
plot_gsva()
,
plot_pgsea()
,
reactome_data()
,
remove_pathway_id()
,
remove_pathway_id_second()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.