-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.36 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
Package: metaGSEA
Maintainer: Mark Cowley <m.cowley@garvan.org.au>
License: GPL-2
Title: Meta-analysis of GSEA analyses, including intra- and
inter-experiment comparisons
Type: Package
LazyLoad: yes
OS_type: unix
Author: Mark Cowley
Description: A collection of R and bash code to simplify
the down-stream analysis of GSEA results. Efficient
methods for importing and storing GSEA outputs,
comparing genesets within a single GSEA run, and
comparing genesets between different GSEA runs. Useful
visualisation is the key strength of this package,
utilising GSEA bar plots, correspondence at the top
(CAT) plots, and hierarchical clustering plots of
geneset similarities. Also the ability to clean up GSEA
output on unix-alike systems, by improving the GSEA
pre-ranked output, and the gene tables in each GSEA
report by including the gene symbol, description and
hyperlinks to Entrez Gene. This has evolved into a suite
of code for importing/exporting/subsetting many of the
GenePattern file types (GCT, CLS, CLM, CHIP, RES, ODF)
Version: 1.1.3
Date: 2014-12-16
Depends:
R (>= 2.12.0),
excelIO,
mjcbase,
mjcgraphics,
mjcstats,
methods
Imports:
Biobase,
GSEABase,
XML,
gplots,
microarrays,
stringr
Suggests:
GenePattern,
limma,
gplots,
gtools,
R.matlab,
qvalue