AlloViz.AlloViz.Elements#

Module with classes to store and represent analyzed network elements

Parent base class Element extends pandas.DataFrame to store data and defines additional methods and private methods to represent the networks on the protein structure. Children classes differ on the type of network element (nodes or edges) displayed.

Classes

Edges(data, parent[, index, columns, dtype, ...])

Class for storage and viz of Edges

Element(data, parent[, index, columns, ...])

Base class for network storage and representation

Nodes(data, parent[, index, columns, dtype, ...])

Class for storage and viz of Nodes