-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: bcbioSmallRna
Title: small RNA-Seq Utilities
Description: Quality control and differential expression for bcbio-nextgen
small RNA-seq experiments.
Version: 0.0.1
Date: 2019-03-22
Authors@R: c(
person("Lorena", "Pantano",
email = "[email protected]",
role = c("aut", "cre")),
person("Michael J.", "Steinbaugh",
email = "[email protected]",
role = "aut"),
person("Harvard Chan Bioinformatics Core",
email = "[email protected]",
role = c("cph", "fnd")))
biocViews:
DifferentialExpression,
GeneExpression,
QualityControl,
ReportWriting,
small RNASeq,
miRNA,
Visualization
URL:
https://github.com/lpantano/bcbiosRnaseq
BugReports: https://github.com/lpantano/bcbiosRnaseq/issues
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
LazyData: true
Imports:
Biobase,
BiocGenerics,
circlize,
ComplexHeatmap,
cowplot,
data.table,
DEGreport (>= 1.13.4),
DESeq2 (>= 1.16.0),
dplyr,
ggplot2 (>= 2.2.1),
ggrepel,
isomiRs,
janitor,
limma,
methods,
magrittr,
MultiAssayExperiment,
purrr,
RColorBrewer,
readr,
reshape,
rlang,
rjson,
S4Vectors,
scales,
stats,
stringr,
SummarizedExperiment,
tibble,
tidyr,
utils,
yaml
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat
Remotes:
lpantano/isomiRs
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Encoding: UTF-8