IsoSLAM is a Python package for processing and working with SLAMSeq data of RNA expression.
For now you can install IsoSLAM
directly from this GitHub repository using pip
pip install git+https://github.com/sudlab/IsoSLAM.git
Alternatively you can clone the repository and install it from there, optionally using the -e
flag to make the code
editable should you wish to work on developing the code base.
cd ~/path/to/clone/to
git clone git@github.com:sudlab/IsoSLAM.git
cd IsoSLAM
pip install -e .
Contributions are welcome. We have a Code of Conduct that we ask you respect.
If you have bugs or feature requests please create an issue, there are templates for reporting bugs and making feature requests.
If you wish to contribute fixes or features yourself you can find detailed information in the contributing document (which is rendered on the website).
This software is licensed as specified by the MIT License.
Please use the Citation File Format which is available in this repository. A BibTex or APA formatted citation can be easily accessed from the "Cite this repository" link on the right hand side.