forked from vjcitn/ontoProc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 2.08 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: ontoProc
Title: processing of ontologies of anatomy, cell lines, and so on
Authors@R: c(person(given="Vincent", family="Carey", role=c("ctb", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4046-0063")),
person(given="Sara", family="Stankiewicz", role="ctb",
email = "[email protected]"), person(given="Victor", family="Tarca", role="ctb",
email = "[email protected]", comment = c(ORCID = "0009-0003-1976-0392")))
Description: Support harvesting of diverse bioinformatic ontologies,
making particular use of the ontologyIndex package on CRAN.
We provide snapshots of key ontologies for terms about
cells, cell lines, chemical compounds, and anatomy, to help
analyze genome-scale experiments, particularly cell x compound
screens. Another purpose is to strengthen development of
compelling use cases for richer interfaces to emerging ontologies.
Version: 2.1.2
Imports: Biobase, S4Vectors, methods, stats, utils, BiocFileCache,
shiny, graph, Rgraphviz, ontologyPlot, dplyr, magrittr, DT, igraph,
AnnotationHub, SummarizedExperiment, reticulate, R.utils, httr,
basilisk
Suggests: knitr, org.Hs.eg.db, org.Mm.eg.db, testthat, BiocStyle,
SingleCellExperiment, celldex, rmarkdown, AnnotationDbi, magick
Depends: R (>= 4.0), ontologyIndex
License: Artistic-2.0
LazyLoad: yes
biocViews: Infrastructure, GO
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
'CLextend.R'
'CLfeats.R'
'basilisk.R'
'bind_formal_tags.R'
'bioregistry.R'
'clfixer.R'
'common_classes.R'
'connect_classes.R'
'countClasses.R'
'ctmarks.R'
'data.R'
'dropStop.R'
'fastGrep.R'
'findCommonAncestors.R'
'getOntos.R'
'get_ordo_owl_path.R'
'graphNEL.R'
'mapNaive.R'
'ontoDiff.R'
'owl2cache.R'
'owl_ops.R'
'plot.owlents.R'
'roots.R'
'setup_entities2.R'
'seurTab.R'
'shiny.R'
'subset_descendants.R'
'sym2CellOnto.R'
'termProc.R'
'treeproc.R'
URL: https://github.com/vjcitn/ontoProc
BugReports: https://github.com/vjcitn/ontoProc/issues