reactome_prep | R Documentation |
function to make a data to use with visualization function
reactome_prep(cluster_enriched_df, RP, RP_adj)
cluster_enriched_df |
data frame produced by enrich_test function |
RP |
product of RPprep function |
RP_adj |
Pathway relationship file from Reactome. To decrease time required should limit to organism of interest by selecting for organism, e.g. RPH<-RP[grep("HSA",RPR[,1]),]. Can be modified by user to use some 2nd level terms (e.g. RP_adj<-RPH[-(grep("R-HSA-8953897",RPH[,1])),] ). |
returns a data frame for use in the reactome_visualization function
## Not run: RP_ready<-reactome_prep(enrich_results$Enriched_df,RP=RP,RP_adj=mRPR) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.