runWebGestaltGSEA: workflow for GSEA

Description Usage Arguments

View source: R/runWebGestalt.R

Description

workflow for GSEA

Usage

 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
)

Arguments

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


protViz/prora documentation built on Dec. 12, 2021, 12:32 a.m.