graph
Bumping version numbers for BioC 2.4 devel.
Bumping version numbers for BioC 2.3 release.
[/graph]
permanent link
graph
supressing warnings when setting graph.pars because we do explicit checking anyways.
[/graph]
permanent link
graph
Fixed DLL registration. Broken when changed name to DLL to remove conflict with graphviz.
[/graph]
permanent link
graph
fixing bug in cobineNodes
fixing a bug in edgeWeights when there are no edges defined
[/graph]
permanent link
graph
Updating the version number for the trunk post-BioC 2.2 release.
Updating the version number for the BioC 2.2 release.
[/graph]
permanent link
graph
bumped version number
added defunct graph object for test purposes
[/graph]
permanent link
graph
fixed bug in coercion method
[/graph]
permanent link
graph
adding defaults to the nodeRenderInfo data
[/graph]
permanent link
graph
fix .ftM2other() for "self-edges"
[/graph]
permanent link
graph
Bumped pkg versions for BioC 2.5 devel line.
Bumped pkg versions for BioC 2.4 release.
[/graph]
permanent link
graph
updateGraph now issues a warning message when applied to up to date objects
fixed a bug in edgeRenderInfo<- caused by NULL assigments
[/graph]
permanent link
graph
fixed a bug in the setter for edgeRenderInfo
some clarification of the documentation for renderInfo. More might be needed later
[/graph]
permanent link
graph
minor problem in pancrCaIni.Rd
MAPKsig graph data is misleading; pancrCaIni pathway graph example to supersede
[/graph]
permanent link
graph
lots of code refactoring for the combineNodes function. We still need to decide how to treat edge weights of combined edges
[/graph]
permanent link
graph
combineNodes now takes an optional function to collapse the edges
[/graph]
permanent link
graph
Standardizing reference to Artistic License 2.0.
[/graph]
permanent link
graph
Renamed graph.(so/dll) BioC_graph.(so/dll) to avoid conflicts with graphviz.
[/graph]
permanent link
graph
added note to documentation about lwd behavior in nodeRenderInfo
[/graph]
permanent link
graph
fixed updateGraph, it can now also update object from before graphData times
[/graph]
permanent link
graph
added a (non-exported) helper function 'updateFolder' which updates all serialized graph objects (i.e., the rda files) in a folder
[/graph]
permanent link
graph
fixed Rd version 2 parser warnings
[/graph]
permanent link
graph
fixed a bug
[/graph]
permanent link
graph
When setting edge attributes via edgeRenderInfo on undirected graphs the order of head and tail nodes in the node names is ignored, i.e. a~b is equivalent to b~a
[/graph]
permanent link
graph
fixing docs
[/graph]
permanent link
graph
making sure that the edgeRenderInfo for arrowhead and arrowtail is reset when changing the edgemode of a graph
[/graph]
permanent link
graph
can update really old graphs now from the pre-graphData era
added missing IMCAAttrs object back to the serialized graph
[/graph]
permanent link
graph
noted that join() will set edgeweights to 1 in resulting graph
[/graph]
permanent link
graph
edgemode slot is now gone
[/graph]
permanent link
graph
dropped a superfluous argument from some setAs defs
[/graph]
permanent link
|