About this document
Sequencing Graph Class Documentation by soutri is a document available to read on EtoBox.
This document describes the SequencingGraph class which reads an input assay file and generates a directed sequencing graph. The class checks the syntax and semantics of the input file, identifies modules and reagents, and uses the networkX tool to build the graph from the instruction set in the file. It contains private variables to store module IDs, reagents, and tokens from the file. Methods validate each instruction type, generate the graph, and output it in a .dot file.
- Author
- soutri
- Language
- EN