-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1018 Bytes
/
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: ribiosROGER
Title: Utilities for the ROGER (Roche Gene Expression Regulation) database
Version: 0.0.1
Date: 2020-08-10
Authors@R:
person(given = "Jitao David",
family = "Zhang",
role = c("aut", "cre", "ctb"),
email = "[email protected]",
comment = c(ORCID="0000-0002-3085-0909"))
Description: ROche Gene Expression Regulation (ROGER) is an experimental
database storing information of gene expression regulation derived from
differential gene expression analysis. ribiosROGER provides functionalities to
access the database and do operations.
Depends:
DBI,
RSQLite
Imports:
blob,
testthat,
methods,
ribiosNGS (>= 1.1-18),
ribiosExpression,
ribiosUtils,
limma,
Biobase
License: GPL-3
Encoding: UTF-8
LazyData: true
Collate:
'connection.R'
'df.R'
'db.R'
'factors.R'
RoxygenNote: 7.1.0
Remotes:
github::bedapub/ribiosNGS,
github::bedapub/ribiosExpression,
github::bedapub/ribiosUtils