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