gseMeSH: gseMeSH

Description Usage Arguments Value Author(s) Examples

View source: R/gseMeSH.R

Description

Gene Set Enrichment Analysis of MeSH

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
gseMeSH(
  geneList,
  MeSHDb,
  database = "gendoo",
  category = "C",
  exponent = 1,
  minGSSize = 10,
  maxGSSize = 500,
  eps = 1e-10,
  pvalueCutoff = 0.05,
  pAdjustMethod = "BH",
  verbose = TRUE,
  seed = FALSE,
  by = "fgsea",
  ...
)

Arguments

geneList

order ranked geneList

MeSHDb

MeSHDb

database

one of 'gendoo', 'gene2pubmed' or 'RBBH'

category

one of "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L","M", "N", "V", "Z"

exponent

weight of each step

minGSSize

minimal size of each geneSet for analyzing

maxGSSize

maximal size of genes annotated for testing

eps

This parameter sets the boundary for calculating the p value.

pvalueCutoff

pvalue Cutoff

pAdjustMethod

pvalue adjustment method

verbose

print message or not

seed

logical

by

one of 'fgsea' or 'DOSE'

...

other parameter

Value

gseaResult object

Author(s)

Yu Guangchuang

Examples

1
2
3
4
5
## Not run: 
data(geneList, package="DOSE")
y <- gseMeSH(geneList, MeSHDb = "MeSH.Hsa.eg.db", database = 'gene2pubmed', category = "G")

## End(Not run)

meshes documentation built on Nov. 8, 2020, 4:58 p.m.