Python tools for pre-processing data for Paradigm jobs.
241
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.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.
Content type
Image
Digest
Size
251.9 MB
Last updated
about 10 years ago
docker pull stuartlab/paradigm-tools-python