-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (45 loc) · 1015 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
47 lines (45 loc) · 1015 Bytes
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: easyRNAseq
Type: Package
Title: easyRNAseq: wrapper for easy RNASeq analysis
numeric_version("0.1") == numeric_version("0.1.0")
Authors@R: person("Kishore","R.", "Anekalla", email = "kishorereddyanekalla@gmail.com",
role = c("aut", "cre"))
URL: https://github.com/kanekalla/easyRNAseq
BugReports: https://github.com/kanekalla/easyRNAseq/issues
Description: Basic quality metrics, general query,DE analysis and easy visualization for rnaseq data
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
LinkingTo: Rcpp (>= 0.12.0),
BH (>= 1.58.0-1),
bindrcpp,
plogr
Imports:
methods,
assertthat,
bindrcpp,
utils,
R6,
Rcpp (>= 0.12.3),
tibble,
magrittr,
lazyeval (>= 0.1.10),
DBI (>= 0.5)
Suggests:
RSQLite (>= 1.0.0),
RMySQL,
RPostgreSQL,
testthat,
knitr,
microbenchmark,
ggplot2,
mgcv,
Lahman (>= 3.0-1),
nycflights13,
rmarkdown,
covr,
dtplyr
Collate:
'test.R'