... | ... |
@@ -22,7 +22,7 @@ Depends: R (>= 2.10), methods, BiocGenerics (>= 0.13.8), Biobase, plyr, |
22 | 22 |
Imports: AnnotationDbi, lumi, fpc, lumiHumanAll.db |
23 | 23 |
Suggests: biomaRt, GOstats, cluster, hgu133a.db, mclust, igraph, |
24 | 24 |
breastCancerMAINZ, breastCancerTRANSBIG, breastCancerUPP, |
25 |
- breastCancerVDX |
|
25 |
+ breastCancerVDX, future, future.apply |
|
26 | 26 |
Enhances: doMC |
27 | 27 |
Collate: 'AllClasses.R' 'AllGeneric.R' 'methods-IcaSet.R' |
28 | 28 |
'methods-MineICAParams.R' 'compareAnalysis.R' |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@129129 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@129126 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@122712 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@122710 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@117081 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@117079 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@109592 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@109589 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@102594 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@102591 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@100850 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: MineICA |
2 | 2 |
Type: Package |
3 | 3 |
Title: Analysis of an ICA decomposition obtained on genomics data |
4 |
-Version: 1.7.0 |
|
4 |
+Version: 1.7.1 |
|
5 | 5 |
Date: 2012-03-16 |
6 | 6 |
Author: Anne Biton |
7 | 7 |
Maintainer: Anne Biton <anne.biton@gmail.com> |
... | ... |
@@ -15,11 +15,11 @@ Description: The goal of MineICA is to perform Independent Component |
15 | 15 |
graph. |
16 | 16 |
License: GPL-2 |
17 | 17 |
LazyLoad: yes |
18 |
+Depends: R (>= 2.10), methods, BiocGenerics (>= 0.13.8), Biobase, plyr, |
|
19 |
+ ggplot2, scales, foreach, xtable, biomaRt, gtools, GOstats, cluster, |
|
20 |
+ marray, mclust, RColorBrewer, colorspace, igraph, Rgraphviz, graph, |
|
21 |
+ annotate, Hmisc, fastICA, JADE |
|
18 | 22 |
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 | 23 |
Suggests: biomaRt, GOstats, cluster, hgu133a.db, mclust, igraph, |
24 | 24 |
breastCancerMAINZ, breastCancerTRANSBIG, breastCancerUPP, |
25 | 25 |
breastCancerVDX |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@95443 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@95439 bc3139a8-67e5-0310-9ffc-ced21a209358
- update redundant biocViews
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@91223 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: MineICA |
2 | 2 |
Type: Package |
3 | 3 |
Title: Analysis of an ICA decomposition obtained on genomics data |
4 |
-Version: 1.5.0 |
|
4 |
+Version: 1.5.1 |
|
5 | 5 |
Date: 2012-03-16 |
6 | 6 |
Author: Anne Biton |
7 | 7 |
Maintainer: Anne Biton <anne.biton@gmail.com> |
... | ... |
@@ -29,4 +29,4 @@ Collate: 'AllClasses.R' 'AllGeneric.R' 'methods-IcaSet.R' |
29 | 29 |
'functions_comp2annot.R' 'functions_comp2annottests.R' |
30 | 30 |
'functions_enrich.R' 'functions.R' 'heatmap.plus.R' |
31 | 31 |
'heatmapsOnSel.R' 'runAn.R' 'compareGenes.R' |
32 |
-biocViews: Visualizations, MultipleComparison |
|
32 |
+biocViews: Visualization, MultipleComparison |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@88840 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@88838 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@87035 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -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 |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@83955 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@83835 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@81644 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@81642 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@79893 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -5,12 +5,13 @@ Version: 1.1.0 |
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 make easier the interpretation of the |
|
9 |
- interpretation of a decomposition obtained by Independent Component |
|
10 |
- Analysis on transcriptomic data. It helps the biological interpretation of |
|
11 |
- the components by studying their association with variables (e.g sample |
|
12 |
- annotations) and gene sets, and enables the comparison of components from |
|
13 |
- different datasets using correlation-based graph. |
|
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. |
|
14 | 15 |
License: GPL-2 |
15 | 16 |
LazyLoad: yes |
16 | 17 |
BiocViews: Bioinformatics, Visualizations, MultipleComparisons |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@75270 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@75263 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@74514 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -4,7 +4,7 @@ Title: Analysis of an ICA decomposition obtained on genomics data |
4 | 4 |
Version: 0.99.1 |
5 | 5 |
Date: 2012-03-16 |
6 | 6 |
Author: Anne Biton |
7 |
-Maintainer: <anne.biton@gmail.com> |
|
7 |
+Maintainer: Anne Biton <anne.biton@gmail.com> |
|
8 | 8 |
Description: The goal of MineICA is to make easier the interpretation of the |
9 | 9 |
interpretation of a decomposition obtained by Independent Component |
10 | 10 |
Analysis on transcriptomic data. It helps the biological interpretation of |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@74468 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: MineICA |
2 | 2 |
Type: Package |
3 | 3 |
Title: Analysis of an ICA decomposition obtained on genomics data |
4 |
-Version: 0.1.0 |
|
5 |
-Date: 2012-01-21 |
|
4 |
+Version: 0.99.1 |
|
5 |
+Date: 2012-03-16 |
|
6 | 6 |
Author: Anne Biton |
7 | 7 |
Maintainer: <anne.biton@gmail.com> |
8 | 8 |
Description: The goal of MineICA is to make easier the interpretation of the |
... | ... |
@@ -14,17 +14,58 @@ Description: The goal of MineICA is to make easier the interpretation of the |
14 | 14 |
License: GPL-2 |
15 | 15 |
LazyLoad: yes |
16 | 16 |
BiocViews: Bioinformatics, Visualizations, MultipleComparisons |
17 |
-Imports: AnnotationDbi, lumi, fpc, lumiHumanAll.db |
|
18 |
-Depends: R (>= 2.10), Biobase, plyr, ggplot2, scales, foreach, xtable, |
|
19 |
- biomaRt, gtools, GOstats, cluster, marray, mclust, |
|
20 |
- RColorBrewer, colorspace, igraph, Rgraphviz, graph, annotate, |
|
21 |
- Hmisc, fastICA, JADE, methods |
|
22 |
-Suggests: biomaRt, GOstats, cluster, hgu133a.db, mclust, igraph, |
|
23 |
- breastCancerMAINZ, breastCancerTRANSBIG, breastCancerUPP, |
|
24 |
- breastCancerVDX |
|
17 |
+Imports: |
|
18 |
+ AnnotationDbi, |
|
19 |
+ lumi, |
|
20 |
+ fpc, |
|
21 |
+ lumiHumanAll.db |
|
22 |
+Depends: |
|
23 |
+ R (>= 2.10), |
|
24 |
+ Biobase, |
|
25 |
+ plyr, |
|
26 |
+ ggplot2, |
|
27 |
+ scales, |
|
28 |
+ foreach, |
|
29 |
+ xtable, |
|
30 |
+ biomaRt, |
|
31 |
+ gtools, |
|
32 |
+ GOstats, |
|
33 |
+ cluster, |
|
34 |
+ marray, |
|
35 |
+ mclust, |
|
36 |
+ RColorBrewer, |
|
37 |
+ colorspace, |
|
38 |
+ igraph, |
|
39 |
+ Rgraphviz, |
|
40 |
+ graph, |
|
41 |
+ annotate, |
|
42 |
+ Hmisc, |
|
43 |
+ fastICA, |
|
44 |
+ JADE, |
|
45 |
+ methods |
|
46 |
+Suggests: |
|
47 |
+ biomaRt, |
|
48 |
+ GOstats, |
|
49 |
+ cluster, |
|
50 |
+ hgu133a.db, |
|
51 |
+ mclust, |
|
52 |
+ igraph, |
|
53 |
+ breastCancerMAINZ, |
|
54 |
+ breastCancerTRANSBIG, |
|
55 |
+ breastCancerUPP, |
|
56 |
+ breastCancerVDX |
|
25 | 57 |
Enhances: doMC |
26 |
-Collate: 'AllClasses.R' 'AllGeneric.R' 'methods-IcaSet.R' |
|
27 |
- 'methods-MineICAParams.R' 'compareAnalysis.R' |
|
28 |
- 'functions_comp2annot.R' 'functions_comp2annottests.R' |
|
29 |
- 'functions_enrich.R' 'functions.R' 'heatmap.plus.R' |
|
30 |
- 'heatmapsOnSel.R' 'runAn.R' 'compareGenes.R' |
|
58 |
+Collate: |
|
59 |
+ 'AllClasses.R' |
|
60 |
+ 'AllGeneric.R' |
|
61 |
+ 'methods-IcaSet.R' |
|
62 |
+ 'methods-MineICAParams.R' |
|
63 |
+ 'compareAnalysis.R' |
|
64 |
+ 'functions_comp2annot.R' |
|
65 |
+ 'functions_comp2annottests.R' |
|
66 |
+ 'functions_enrich.R' |
|
67 |
+ 'functions.R' |
|
68 |
+ 'heatmap.plus.R' |
|
69 |
+ 'heatmapsOnSel.R' |
|
70 |
+ 'runAn.R' |
|
71 |
+ 'compareGenes.R' |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@73179 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+Package: MineICA |
|
2 |
+Type: Package |
|
3 |
+Title: Analysis of an ICA decomposition obtained on genomics data |
|
4 |
+Version: 0.1.0 |
|
5 |
+Date: 2012-01-21 |
|
6 |
+Author: Anne Biton |
|
7 |
+Maintainer: <anne.biton@gmail.com> |
|
8 |
+Description: The goal of MineICA is to make easier the interpretation of the |
|
9 |
+ interpretation of a decomposition obtained by Independent Component |
|
10 |
+ Analysis on transcriptomic data. It helps the biological interpretation of |
|
11 |
+ the components by studying their association with variables (e.g sample |
|
12 |
+ annotations) and gene sets, and enables the comparison of components from |
|
13 |
+ different datasets using correlation-based graph. |
|
14 |
+License: GPL-2 |
|
15 |
+LazyLoad: yes |
|
16 |
+BiocViews: Bioinformatics, Visualizations, MultipleComparisons |
|
17 |
+Imports: AnnotationDbi, lumi, fpc, lumiHumanAll.db |
|
18 |
+Depends: R (>= 2.10), Biobase, plyr, ggplot2, scales, foreach, xtable, |
|
19 |
+ biomaRt, gtools, GOstats, cluster, marray, mclust, |
|
20 |
+ RColorBrewer, colorspace, igraph, Rgraphviz, graph, annotate, |
|
21 |
+ Hmisc, fastICA, JADE, methods |
|
22 |
+Suggests: biomaRt, GOstats, cluster, hgu133a.db, mclust, igraph, |
|
23 |
+ breastCancerMAINZ, breastCancerTRANSBIG, breastCancerUPP, |
|
24 |
+ breastCancerVDX |
|
25 |
+Enhances: doMC |
|
26 |
+Collate: 'AllClasses.R' 'AllGeneric.R' 'methods-IcaSet.R' |
|
27 |
+ 'methods-MineICAParams.R' 'compareAnalysis.R' |
|
28 |
+ 'functions_comp2annot.R' 'functions_comp2annottests.R' |
|
29 |
+ 'functions_enrich.R' 'functions.R' 'heatmap.plus.R' |
|
30 |
+ 'heatmapsOnSel.R' 'runAn.R' 'compareGenes.R' |