-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.44 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: meshes
Title: MeSH Enrichment and Semantic analyses
Version: 1.33.0
Authors@R: c( person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre")))
Description: MeSH (Medical Subject Headings) is the NLM controlled vocabulary
used to manually index articles for MEDLINE/PubMed. MeSH terms were
associated by Entrez Gene ID by three methods, gendoo, gene2pubmed and RBBH.
This association is fundamental for enrichment and semantic analyses.
meshes supports enrichment analysis (over-representation and gene set
enrichment analysis) of gene list or whole expression profile.
The semantic comparisons of MeSH terms provide quantitative ways to compute
similarities between genes and gene groups. meshes implemented five methods
proposed by Resnik, Schlicker, Jiang, Lin and Wang respectively and supports
more than 70 species.
Depends:
R (>= 4.1.0)
Imports:
AnnotationDbi,
DOSE,
enrichplot,
GOSemSim (>= 2.31.2),
methods,
utils,
AnnotationHub,
MeSHDbi,
yulab.utils (>= 0.1.5)
Suggests:
knitr,
rmarkdown,
prettydoc
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://yulab-smu.top/biomedical-knowledge-mining-book/
BugReports: https://github.com/GuangchuangYu/meshes/issues
biocViews: Annotation, Clustering, MultipleComparison, Software
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2