Description Usage Arguments Value Examples
This function executes the PEBBA analysis.
1 2 3 4 |
file_in |
The file or data.frame to execute the analysis on |
gmt_file |
The name of the gmt file containing terms and genes |
gene_col |
A string indicating the column with genes (Default: "Gene.symbol") |
logFC_col |
A string indicating the column with log fold-change values (Default: "logFC"). |
pvalue_col |
A string indicating the column with p-values (Default: "P.Value") |
min_genes |
Minimum number of genes (Default: 50) |
max_genes |
Maximum number of genes (Default: 3000) |
p_cut |
P-value cutoff (Default: 0.2) |
verbose |
Logical. If TRUE (default), will display analysis progress messages. |
analysis_name |
The name to give to analysis results.
(If NULL, defaults to parameter |
results_dir |
The path into which results should be saved (Default: "Results"). |
force |
Whether or not to overrwrite an existing results directory (Default: FALSE). |
Tables and interactive heatmaps with PEBBA results
1 2 3 4 | # Run PEBBA analyses
data(example_data)
gmt_file <- system.file("extdata", "pathways.gmt", package = "PEBBA")
pebba(example_data, gmt_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.