Flow classes in Pymetrix

Pymetrix Developer Docs

Posted by Anuran on Saturday, November 20, 2021

TOC

Codacy Code Grade Github Stars GitHub Forks GitHub Repo Size Lines of Code

Introduction

The Flow Class objects make the building blocks of Pymetrix (Previously Analyx).

All functions of Pymetrix are built upon the Flow Objects.

How do they work?

Flow objects are of 3 types:

  1. Flow Node
  2. Flow Layer
  3. Flow Graph

Here, each successive element is a collection of the previous one.

Anatomy

FlowNode()

The FlowNode is the basic building block of the entire protocol. It has 10+ methods, and more than 5 attributes:

parents


comments powered by Disqus