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