Sign inSign up

stuartlab/paradigm-tools-python

By stuartlab

•Updated about 10 years ago

Python tools for pre-processing data for Paradigm jobs.

Image
0

241

stuartlab/paradigm-tools-python repository overview

  • commonColumnOrder.py processes matrix data files so that columns appear in the same order. Only columns that are common across all data files are kept.
  • commonRowOrder.py processes matrix data files so that rows appear in the same order. Only rows that are common across all data files are kept.

⁠Usage

Run the tools with something like:

docker run -it -v `pwd`/data:/data stuartlab/paradigm-tools-python python ./tools/commonColumnOrder.py -v data/matrix1.tab data/matrix2.tab

The output will be written to the host data directory in this example.

Tag summary

Content type

Image

Digest

Size

251.9 MB

Last updated

about 10 years ago

docker pull stuartlab/paradigm-tools-python