Browse code

NEWS update, version pump 1.19.1

Ahmed Mohamed authored on 01/03/2019 06:32:08
Showing 1 changed files
... ...
@@ -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
Browse code

empty commit

Ahmed Mohamed authored on 04/07/2015 00:36:26
Showing 1 changed files
1 1
old mode 100644
2 2
new mode 100755
Browse code

fixed SBML2igraph (vertex attributes)

amfy10 authored on 15/12/2014 07:41:00
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+NetPathMiner 1.3.1
2
+===========
3
+* Fixed a bug SBML2igraph (metabolic).
4
+
5
+
1 6
 NetPathMiner 1.1.6
2 7
 ===========
3 8
 
Browse code

Updates

added plotCytoscapeGML , Geneset export formats, bug fixes

amfy10 authored on 28/06/2014 15:36:04
Showing 1 changed files
... ...
@@ -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
Browse code

Release 0.99.0 Biocunductor submission

amfy10 authored on 10/03/2014 12:16:44
Showing 1 changed files
1 1
new file mode 100644