-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 911 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
Package: hciR
Title: RNA-seq workflows at HCI
Version: 1.8
Author: Chris Stubben
Maintainer: Chris Stubben <[email protected]>
Depends:
R (>= 2.10)
Imports:
dplyr,
readr,
readxl,
tidyr,
tibble,
magrittr,
DESeq2,
SummarizedExperiment,
Biobase,
S4Vectors,
pheatmap,
RColorBrewer,
openxlsx,
biomaRt,
dendsort,
ggrepel,
ggplot2
Suggests:
clusterProfiler,
highcharter,
htmlwidgets,
fgsea,
dendextend
License: GPL-3
Encoding: UTF-8
Description: This package simplifies the R code in a differential expression analysis for markdown reports. The package includes functions to run DESeq2 using sample and count tibbles as input, get annotated DESeq results for all pairwise comparisons and create interactive plots and other visualizations.
LazyData: true
LazyDataCompression: xz
biocViews: Software
RoxygenNote: 7.3.1