-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.13 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
Package: exprAnalysis
Type: Package
Title: A package for analysing RNA-seq and expression array data
Version: 0.1.0
Author: person("Shirin", "Glander", email = "[email protected]", role = c("aut", "cre"))
Description: This package combines tools and functions for RNA-seq and expression array data analysis, like PCA, heatmaps, GO and KEGG enrichment analysis in human or mouse data.
License: GPL-3
Maintainer: Shirin Glander <[email protected]>
LazyData: TRUE
Imports:
AnnotationDbi,
arrayQualityMetrics,
beadarray,
Biobase,
dynamicTreeCut,
flashClust,
pcaGoPromoter,
limma,
matrixStats,
org.Hs.eg.db,
pathview,
RColorBrewer,
scales,
SummarizedExperiment,
sva,
WGCNA
Depends:
R (>= 2.10),
Suggests:
BiocParallel,
devtools,
dplyr,
DESeq2,
GenomicAlignments,
GenomicFeatures,
GO.db,
gplots,
impute,
knitr,
org.Mm.eg.db,
preprocessCore,
rmarkdown,
Rsamtools,
roxygen2,
testthat
RoxygenNote: 5.0.1
VignetteBuilder: knitr
URL: https://github.com/ShirinG/exprAnalysis
BugReports: https://github.com/ShirinG/exprAnalysis/issues