Documentation

ParseTransfacAbstractManager.php

Shared reading of the TRANSFAC flat files Freely inspired by BioPHP's project biophp.org Created 12 September 2026 Last modified 12 September 2026

Table of Contents

Classes

ParseTransfacAbstractManager
Class ParseTransfacAbstractManager TRANSFAC ships one flat file per kind of record - matrix.dat, gene.dat, class.dat, cell.dat, factor.dat, site.dat - which all share the same grammar : a two-letter label in the first columns, its data from the fifth, "XX" lines spacing the fields apart and "//" closing the record. That grammar, the AC/ID/DT fields every record carries and the way a field spanning several lines is joined, live here; each subclass adds the fields of its own record.
On this page

Search results