... | ... |
@@ -1,3 +1,11 @@ |
1 |
+NetPathMiner 1.19.1 |
|
2 |
+=========== |
|
3 |
+* Added a new function to create a metabolite network. |
|
4 |
+* Added a new function to reindex networks using vertex attributes. |
|
5 |
+* Removed compiler warnings. |
|
6 |
+* Fixed various bugs in network manipulation. |
|
7 |
+ |
|
8 |
+ |
|
1 | 9 |
NetPathMiner 1.3.1 |
2 | 10 |
=========== |
3 | 11 |
* Fixed a bug SBML2igraph (metabolic). |
... | ... |
@@ -8,7 +16,7 @@ NetPathMiner 1.1.6 |
8 | 16 |
|
9 | 17 |
* plotCytoscapeGML: a new function to export network plots as GML files, for Cytoscape 3.0 compatibility. |
10 | 18 |
* getGetsetNetworks now can return pathway-class objects, used by graphite package, which allows fast topology-based geneset analyses. |
11 |
-* getGenesets now can export the results in GMT file format, readily parsed by most GSEA packages. |
|
19 |
+* getGenesets now can export the results in GMT file format, readily parsed by most GSEA packages. |
|
12 | 20 |
* Bug fixes on KGML signaling network construction. |
13 | 21 |
|
14 | 22 |
NetPathMiner 1.1.3 |
added plotCytoscapeGML , Geneset export formats, bug fixes
... | ... |
@@ -0,0 +1,12 @@ |
1 |
+NetPathMiner 1.1.6 |
|
2 |
+=========== |
|
3 |
+ |
|
4 |
+* plotCytoscapeGML: a new function to export network plots as GML files, for Cytoscape 3.0 compatibility. |
|
5 |
+* getGetsetNetworks now can return pathway-class objects, used by graphite package, which allows fast topology-based geneset analyses. |
|
6 |
+* getGenesets now can export the results in GMT file format, readily parsed by most GSEA packages. |
|
7 |
+* Bug fixes on KGML signaling network construction. |
|
8 |
+ |
|
9 |
+NetPathMiner 1.1.3 |
|
10 |
+=========== |
|
11 |
+ |
|
12 |
+* Bioconductor stable release on the development branch |