View source: R/runWebGestalt.R
workflow for ORA
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | runWebGestaltORA(
data,
fpath,
organism = "hsapiens",
ID_col = "UniprotID",
target = "geneontology_Biological_Process",
threshold = 0.59,
greater = TRUE,
nperm = 10,
score_col = "estimate",
outdir = "WebGestalt_ORA",
subdir_name = NULL,
interestGeneType = "uniprotswissprot",
contrast_name = fpath
)
|
data |
data |
fpath |
file path to write to |
organism |
organism |
ID_col |
column name containing IDs |
target |
target database, default: "geneontology_Biological_Process" |
threshold |
threshold for estimate |
greater |
indicating direction of threshold |
nperm |
number of permutations |
score_col |
column name containing estimates |
outdir |
output directory |
subdir_name |
subdirectory name |
interestGeneType |
what type of identifier default : "uniprotswissprot" |
contrast_name |
default fpath |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.