forked from anilchalisey/rseqR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.22 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
Package: rseqR
Type: Package
Title: RNA-seq data processing pipeline
Version: 0.0.1.1
Authors@R: c(person("Anil", "Chalisey", , "[email protected]", role = c("aut", "cre")))
Maintainer: Anil Chalisey <[email protected]>
Description: An R-based pipeline to analyse RNA-seq data. This pipeline performs
quality control of reads, generates gene and transcript level counts, performs
differential analysis, and gene pathway enrichment analyses.
Depends: R (>= 3.4.0)
SystemRequirements: Salmon, FastQC, MultiQC, fastp
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
biocViews:
Imports: utils,
parallel,
data.table,
dplyr,
tximport,
purrr,
edgeR,
limma,
stats,
grDevices,
ggplot2,
ggrepel,
doParallel,
DESeq2,
SummarizedExperiment,
magrittr,
ggdendro,
viridis,
grid,
gridExtra,
gtable,
tools,
crayon,
UpSetR,
gage,
org.Hs.eg.db,
org.Mm.eg.db,
foreach,
GO.db,
matrixStats,
RColorBrewer,
reshape2,
lubridate,
rjson
Suggests: data.tree
URL: https://github.com/anilchalisey/rseqR, https://anilchalisey.github.io/rseqR/
BugReports: https://github.com/anilchalisey/rseqR/issues