CtrlF-TF


NameCtrlF-TF JSON
Version 1.0b5 PyPI version JSON
download
home_pageNone
SummaryProtein-DNA binding site caller from kmer data
upload_time2024-06-03 18:37:25
maintainerNone
docs_urlNone
authorZachery Mielko
requires_python>3.7
licenseBSD 3-Clause License
keywords bioinformatics scientific computing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CtrlF-TF

CtrlF-TF is a python library and command line tool that calls transcription factor binding sites in DNA sequences. It does this by compiling high-throughput k-mer data into ranked aligned sequences containing binding sites. These sequences are then searched in a given string (ctrl-f) for matches.

This program has not yet completed peer-review and is currently designated as a beta version, with a 1.0 release afterwards.

### Installation

CtrlF-TF can be installed from pypi with the following command:

`pip install CtrlF-TF`

This installs the `ctrlf_tf` python module and the `ctrlf` command line tool. The package is compatible with Linux and macOS. It has not been tested on Windows.

### Documentation

The CtrlF-TF documentation can be found here: https://zmielko.github.io/CtrlF-TF

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "CtrlF-TF",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">3.7",
    "maintainer_email": null,
    "keywords": "Bioinformatics, Scientific Computing",
    "author": "Zachery Mielko",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/5c/f400e83a3571fe767d0a4a6fcf5fce58a122d847bb8970f118e022c92a51/ctrlf_tf-1.0b5.tar.gz",
    "platform": null,
    "description": "# CtrlF-TF\n\nCtrlF-TF is a python library and command line tool that calls transcription factor binding sites in DNA sequences. It does this by compiling high-throughput k-mer data into ranked aligned sequences containing binding sites. These sequences are then searched in a given string (ctrl-f) for matches.\n\nThis program has not yet completed peer-review and is currently designated as a beta version, with a 1.0 release afterwards.\n\n### Installation\n\nCtrlF-TF can be installed from pypi with the following command:\n\n`pip install CtrlF-TF`\n\nThis installs the `ctrlf_tf` python module and the `ctrlf` command line tool. The package is compatible with Linux and macOS. It has not been tested on Windows.\n\n### Documentation\n\nThe CtrlF-TF documentation can be found here: https://zmielko.github.io/CtrlF-TF\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Protein-DNA binding site caller from kmer data",
    "version": "1.0b5",
    "project_urls": null,
    "split_keywords": [
        "bioinformatics",
        " scientific computing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0246dad23709984c9bd05343e8d9b4dfbea18bb8f7c65ac8687a06d5d495579a",
                "md5": "8746d29a638af074bcde3e7add6eb772",
                "sha256": "6769f0e4bad69cae3b59d020afc8cc42c2253ff7309198fa16b5046bcc0560f0"
            },
            "downloads": -1,
            "filename": "CtrlF_TF-1.0b5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8746d29a638af074bcde3e7add6eb772",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.7",
            "size": 44857,
            "upload_time": "2024-06-03T18:37:24",
            "upload_time_iso_8601": "2024-06-03T18:37:24.241081Z",
            "url": "https://files.pythonhosted.org/packages/02/46/dad23709984c9bd05343e8d9b4dfbea18bb8f7c65ac8687a06d5d495579a/CtrlF_TF-1.0b5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b5cf400e83a3571fe767d0a4a6fcf5fce58a122d847bb8970f118e022c92a51",
                "md5": "1196e4de15be6ca0b856d615d90f1bdb",
                "sha256": "6d5bcef331b85aea7006e448885db5a3d523f80d5c59113202c0ed30f2c2295d"
            },
            "downloads": -1,
            "filename": "ctrlf_tf-1.0b5.tar.gz",
            "has_sig": false,
            "md5_digest": "1196e4de15be6ca0b856d615d90f1bdb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.7",
            "size": 39867,
            "upload_time": "2024-06-03T18:37:25",
            "upload_time_iso_8601": "2024-06-03T18:37:25.389475Z",
            "url": "https://files.pythonhosted.org/packages/8b/5c/f400e83a3571fe767d0a4a6fcf5fce58a122d847bb8970f118e022c92a51/ctrlf_tf-1.0b5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 18:37:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ctrlf-tf"
}
        
Elapsed time: 1.13682s