View source: R/pathwayanalysis.R
pathwayanalysis_relabel_significant_clusters | R Documentation |
Pathways often share overlap in their genes, which are identified in this pipeline as clusters. Typically, pathways will group together as a "functional module" that can be identified based on literature and biological knowledge, so this function labels the clusters as such. This is usually kind of difficult and takes some time inspecting genes and pathway names/descriptions in each cluster.
pathwayanalysis_relabel_significant_clusters( pathwayanalysis_out, clusterlabels )
pathwayanalysis_out |
output from the |
clusterlabels |
character vector; labels to give to the clusters of pathways. If null, will use generic names. |
will return a list, similar in format to the output of pathwayanalysis
function, but with updated object in element 1 and cluster labels in element 3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.