Description Usage Arguments Value Examples
View source: R/All-functions.R
Function to plot the Enrichment Score of every member of the ChIPseq binding database.
1 2 |
GSEA_result |
Returned by GSEA_run |
LFC |
Vector with log2(Fold Change) of every gene that has an Entrez ID. Arranged from higher to lower. |
plot_title |
(Optional) Title for the plot |
specialTF |
(Optional) Named vector of TF symbols -as written in the enrichment table- to be highlighted in the plot. The name of each element specifies its color group, i.e.: naming elements HIF1A and HIF1B as 'HIF' to represent them with the same color. |
TF_colors |
(Optional) Colors to highlight TFs chosen in specialTF. |
Accession |
(Optional) restricts plot to the indicated list dataset IDs. |
TF |
(Optional) restricts plot to the indicated list transcription factor names. |
Plotly object with a scatter plot -Enrichment scores- and a heatmap -log2(fold change) bar-.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.