Browse code

modify to new biocViews to DESCRIPTION file

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@87035 bc3139a8-67e5-0310-9ffc-ced21a209358

Sonali Arora authored on 04/03/2014 22:12:21
Showing 1 changed files

... ...
@@ -1,72 +1,32 @@
1 1
 Package: MineICA
2 2
 Type: Package
3 3
 Title: Analysis of an ICA decomposition obtained on genomics data
4
-Version: 1.3.2
4
+Version: 1.3.3
5 5
 Date: 2012-03-16
6 6
 Author: Anne Biton
7 7
 Maintainer: Anne Biton <anne.biton@gmail.com>
8
-Description: The goal of MineICA is to perform Independent Component Analysis
9
-    (ICA) on multiple transcriptome datasets, integrating additional data (e.g
10
-    molecular, clinical and pathological). This Integrative ICA helps the
11
-    biological interpretation of the components by studying their association
12
-    with variables (e.g sample annotations) and gene sets, and enables the
13
-    comparison of components from different datasets using correlation-based
14
-    graph.
8
+Description: The goal of MineICA is to perform Independent Component
9
+        Analysis (ICA) on multiple transcriptome datasets, integrating
10
+        additional data (e.g molecular, clinical and pathological).
11
+        This Integrative ICA helps the biological interpretation of the
12
+        components by studying their association with variables (e.g
13
+        sample annotations) and gene sets, and enables the comparison
14
+        of components from different datasets using correlation-based
15
+        graph.
15 16
 License: GPL-2
16 17
 LazyLoad: yes
17
-BiocViews: Bioinformatics, Visualizations, MultipleComparisons
18
-Imports:
19
-    AnnotationDbi,
20
-    lumi,
21
-    fpc,
22
-    lumiHumanAll.db
23
-Depends:
24
-    R (>= 2.10),
25
-    Biobase,
26
-    plyr,
27
-    ggplot2,
28
-    scales,
29
-    foreach,
30
-    xtable,
31
-    biomaRt,
32
-    gtools,
33
-    GOstats,
34
-    cluster,
35
-    marray,
36
-    mclust,
37
-    RColorBrewer,
38
-    colorspace,
39
-    igraph,
40
-    Rgraphviz,
41
-    graph,
42
-    annotate,
43
-    Hmisc,
44
-    fastICA,
45
-    JADE,
46
-    methods
47
-Suggests:
48
-    biomaRt,
49
-    GOstats,
50
-    cluster,
51
-    hgu133a.db,
52
-    mclust,
53
-    igraph,
54
-    breastCancerMAINZ,
55
-    breastCancerTRANSBIG,
56
-    breastCancerUPP,
57
-    breastCancerVDX
18
+Imports: AnnotationDbi, lumi, fpc, lumiHumanAll.db
19
+Depends: R (>= 2.10), Biobase, plyr, ggplot2, scales, foreach, xtable,
20
+        biomaRt, gtools, GOstats, cluster, marray, mclust,
21
+        RColorBrewer, colorspace, igraph, Rgraphviz, graph, annotate,
22
+        Hmisc, fastICA, JADE, methods
23
+Suggests: biomaRt, GOstats, cluster, hgu133a.db, mclust, igraph,
24
+        breastCancerMAINZ, breastCancerTRANSBIG, breastCancerUPP,
25
+        breastCancerVDX
58 26
 Enhances: doMC
59
-Collate:
60
-    'AllClasses.R'
61
-    'AllGeneric.R'
62
-    'methods-IcaSet.R'
63
-    'methods-MineICAParams.R'
64
-    'compareAnalysis.R'
65
-    'functions_comp2annot.R'
66
-    'functions_comp2annottests.R'
67
-    'functions_enrich.R'
68
-    'functions.R'
69
-    'heatmap.plus.R'
70
-    'heatmapsOnSel.R'
71
-    'runAn.R'
72
-    'compareGenes.R'
27
+Collate: 'AllClasses.R' 'AllGeneric.R' 'methods-IcaSet.R'
28
+        'methods-MineICAParams.R' 'compareAnalysis.R'
29
+        'functions_comp2annot.R' 'functions_comp2annottests.R'
30
+        'functions_enrich.R' 'functions.R' 'heatmap.plus.R'
31
+        'heatmapsOnSel.R' 'runAn.R' 'compareGenes.R'
32
+biocViews: Visualizations, MultipleComparison