ma_mapper is a python package for mapping genome-wide data onto multiple alignment of transposable elements. The main function of this package is to work as a wrapper for other biological data file handlers such as biopython to steamline multiple alignment data overlay. The output of this package is a numerical numpy matrix, which can be easily used for visualization by matplotlib or seaborn.
python3.10compress-pickle2.1.0h5py3.7.0numpy1.21.5pandas1.3.5scipy1.7.3
biopython1.83pybedtools0.10.0pybigwig0.3.23pysam0.22.0cyvcf20.30.28
logomaker0.8matplotlib3.8.4
To install this package, use the following command to install on a python environment:
pip install git+https://github.com/pkncsk/ma_mapper@experimentalma_mapper is ultimately a wrapper of various external packages, guiding them to work under under the multiple alignment mapping framework. The package itself is separated into modules and submodules based on their main functions on the framework. Notably, the data extraction and data mapping/overlay are streamlined into one module as shown below:
Documentaion for general usages and function parameters.
