View source: R/fct_06_pathway.R
get_pathway_list_data | R Documentation |
Create a data frame of significant pathways and their analysis values. Also add a column that contains the gene sets for the pathway.
get_pathway_list_data(
pathway_method,
gage_pathway_data,
fgsea_pathway_data,
pgsea_plot_data,
pgsea_plot_all_samples_data,
gsva_plot_data,
go,
select_org,
gene_info,
gene_sets,
show_pathway_id
)
pathway_method |
Integer indicating which pathway method to use. Should be one of 1 for "GAGE", 2 = "PGSEA", 3 for "GSEA (preranded fgsea)", 4 for "PGSEA w/ all samples", and 5 for "ReactomePA". |
gage_pathway_data |
Matrix returned from |
fgsea_pathway_data |
Matrix returned from |
pgsea_plot_data |
Matrix returned from
|
pgsea_plot_all_samples_data |
Matrix returned from
|
go |
String designating the section of the database to query for
pathway analysis. See |
select_org |
String designating which organism is being analyzed |
gene_info |
Matrix returned from |
gene_sets |
List of vectors with each vector being the
set of genes that correspond to a particular pathway in
the database |
show_pathway_id |
whether to show pathway id or remove it |
A data frame with the pathway analysis statistics and the gene sets for each significantly enriched pathway.
Other pathway functions:
fgsea_data()
,
find_overlap()
,
gage_data()
,
get_gsva_plot_data()
,
get_pgsea_plot_all_samples_data()
,
get_pgsea_plot_data()
,
gsva_data()
,
kegg_pathway()
,
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.