forked from pachterlab/sleuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 694 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 694 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
Package: sleuth
Title: Tools for investigating RNA-Seq
Version: 0.29.0
Authors@R: c(person("Harold", "Pimentel", , "haroldpimentel@gmail.com", role = c("aut", "cre")))
Description: Investigate transcript abundance from "kallisto" and differential
expression analysis from RNA-Seq data.
License: GPL-3
LazyData: true
URL: https://github.com/pachterlab/sleuth
BugReports: https://github.com/pachterlab/sleuth/issues
Depends:
R (>= 3.2.1),
methods,
ggplot2,
dplyr
Imports:
data.table,
tidyr,
reshape2,
rhdf5,
parallel,
lazyeval,
matrixStats,
shiny
Suggests:
MASS,
lintr,
testthat,
knitr
VignetteBuilder: knitr
RoxygenNote: 5.0.1