Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 768 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 768 Bytes

pydab

A blazingly fast Python package for modifying and converting DAB files

Installation

pip install pydab

Alternatively, install the latest dev version from github

pip install git+https://github.com/krishnanlab/pydab

Quick start

Convert a DAB file to a DAT file, i.e., tab separated edgelist file with three columns.

Gene1 Gene2 Weight12
Gene1 Gene3 Weight13
...

To convert a DAB file data.dab into data.dat, simply run

pydab -i data.dab -o data.dat

Some up-coming features

  • DAT -> DAB
  • Export to .npz dense array
  • Export to .npz CSR (directly supported by PecanPy)
  • More