runWebGestaltGSEA.Rd
workflow for GSEA
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 |