Metadata-Version: 2.1
Name: sglearn
Version: 1.1.0
Summary: Python package for featurizing sgRNAs for machine learning
Home-page: https://github.com/gpp-rnd/sglearn
Author: Peter C. DeWeirdt
Author-email: petedeweirdt@gmail.com
License: MIT license
Keywords: sglearn
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst

=======
sglearn
=======


.. image:: https://img.shields.io/pypi/v/sglearn.svg
        :target: https://pypi.python.org/pypi/sglearn

.. image:: https://travis-ci.com/gpp-rnd/sglearn.svg?branch=master
        :target: https://travis-ci.com/gpp-rnd/sglearn

.. image:: https://readthedocs.org/projects/sglearn/badge/?version=latest
        :target: https://sglearn.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python package for featurizing sgRNAs for machine learning


* Free software: MIT license
* Documentation: https://sglearn.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-08-06)
------------------

* First release on PyPI.

0.1.1 (2020-08-06)
------------------

* Continuous integration setup

0.1.2 (2020-08-07)
------------------

* Added functionality to featurize guides

0.1.3 (2020-09-11)
------------------

* Added pam interaction feature

0.2.0 (2021-04-13)
------------------

* Added PolyN feature
* Added Tm guide feature
* Removed return values from feature dict functions
* Remove comma from Tm feature names

1.0.0 (2021-06-01)
------------------

* Change DNA hybridization calculation to RNA/DNA hybridization for guide sequence

1.1.0 (2021-06-04)
------------------

* Use RNA/DNA and DNA/DNA melting temperatures


