Description Usage Arguments Value
Colored by a multiple hypothesis corrected false discovery rate (FDR) computed on a weighted Z-score. See README for file formats and example usage on the enrichr GitHub Repository.
1 2 3 4 5 6 7 8 9 10 11 |
data |
A data frame produced by |
outfile_prefix |
Optional. File prefix for output |
ylab |
Text for y-axis label; should correspond to replicate #1 Z-scores. |
xlab |
Text for x-axis label; should correspond to replicate #2 Z-scores. |
ycol |
Name of column containing y-axis data; should correspond to replicate #1 Z-scores. |
xcol |
Name of column containing x-axis data; should correspond to replicate #1 Z-scores. |
threshold |
Optional. FDR threshold to color points by. One of c(90, 95, 99). Default = 5% FDR (fdr_bh <= 0.05). |
label_file |
Optional. Comma-separated file containing names of genes to be labeled on the plot; requires input to have an annotation column named |
num_labs |
Optional. Number of annotation labels to display. Requires input to have an annotation column named |
Plot depicting replicate 1 z-score vs replicate 2 z-scores in .png
and .pdf
format. Colored by FDR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.