-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
55 lines (55 loc) · 1.56 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
Package: InterMineR
Title: R Interface with InterMine-Powered Databases
Version: 1.17.3
Date: 2016-01-05
Author: Bing Wang, Julie Sullivan, Rachel Lyne, Konstantinos Kyritsis, Celia Sanchez
Maintainer: InterMine Team <[email protected]>
Description: Databases based on the InterMine platform such as FlyMine, modMine (modENCODE), RatMine, YeastMine, HumanMine and TargetMine are integrated databases of genomic, expression and protein data for various organisms. Integrating data makes it possible to run sophisticated data mining queries that span domains of biological knowledge. This R package provides interfaces with these databases through webservices. It makes most from the correspondence of the data frame object in R and the table object in databases, while hiding the details of data exchange through XML or JSON.
Depends: R (>= 3.4.1)
License: LGPL
LazyData: true
VignetteBuilder: knitr
Imports:
Biostrings,
RCurl,
XML,
xml2,
RJSONIO,
sqldf,
igraph,
httr,
S4Vectors,
IRanges,
GenomicRanges,
SummarizedExperiment,
methods
Suggests:
BiocStyle,
Gviz,
knitr,
rmarkdown,
GO.db,
org.Hs.eg.db
BugReports: https://github.com/intermine/intermineR/issues
biocViews:
GeneExpression,
SNP,
GeneSetEnrichment,
DifferentialExpression,
GeneRegulation,
GenomeAnnotation,
GenomeWideAssociation,
FunctionalPrediction,
AlternativeSplicing,
ComparativeGenomics,
FunctionalGenomics,
Proteomics,
SystemsBiology,
Microarray,
MultipleComparison,
Pathways,
GO,
KEGG,
Reactome,
Visualization
RoxygenNote: 7.1.2