-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.57 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
Package: cellbaseR
Type: Package
Date: 2016-04-17
Title: Querying annotation data from the high performance Cellbase web
Version: 1.27.0
Author: Mohammed OE Abdallah
Maintainer: Mohammed OE Abdallah <[email protected]>
URL: https://github.com/melsiddieg/cellbaseR
Description: This R package makes use of the exhaustive RESTful Web
service API that has been implemented for the Cellabase
database. It enable researchers to query and obtain a wealth of
biological information from a single database saving a lot of
time. Another benefit is that researchers can easily make
queries about different biological topics and link all this
information together as all information is integrated.
License: Apache License (== 2.0)
Depends: R(>= 3.4)
Imports: methods, jsonlite, httr, data.table, pbapply, tidyr, R.utils,
Rsamtools, BiocParallel, foreach, utils, parallel, doParallel
Suggests: BiocStyle, knitr, rmarkdown, Gviz, VariantAnnotation
RoxygenNote: 7.2.3
biocViews: Annotation, VariantAnnotation
Lazy: TRUE
LazyData: TRUE
Encoding: UTF-8
Collate:
'commons.R'
'AllClasses.R'
'AllGenerics.R'
'AnnotateVcf-methods.R'
'CellBaseParam-methods.R'
'CellBaseR-methods.R'
'cellbase.R'
'getCellbase-methods.R'
'getChromosomeInfo-methods.R'
'getClinical-methods.R'
'getGene-methods.R'
'getMeta-methods.R'
'getProtein-methods.R'
'getRegion-methods.R'
'getTranscript-methods.R'
'getVariant-methods.R'
'getXref-methods.R'
'show-methods.R'
'tools.R'
'user.R'
VignetteBuilder: knitr