gibby-motifFinding


Namegibby-motifFinding JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/CSE_185_FinalProject
SummaryProcess genomic data to extract peak sequences and compute PWMs.
upload_time2024-05-25 02:56:51
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MyPackage

gibby_run is a Python package that processes genomic data to extract peak sequences and compute Position Weight Matrices (PWMs). This tool can be used for motif finding and other genomic analyses.

## Features

- Extract peak sequences from genomic data
- Compute Position Weight Matrices (PWMs)
- Run Gibbs Sampling for motif finding

## Installation

You can install the package via pip:

```sh
pip install gibby_run


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/CSE_185_FinalProject",
    "name": "gibby-motifFinding",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": null,
    "platform": null,
    "description": "# MyPackage\n\ngibby_run is a Python package that processes genomic data to extract peak sequences and compute Position Weight Matrices (PWMs). This tool can be used for motif finding and other genomic analyses.\n\n## Features\n\n- Extract peak sequences from genomic data\n- Compute Position Weight Matrices (PWMs)\n- Run Gibbs Sampling for motif finding\n\n## Installation\n\nYou can install the package via pip:\n\n```sh\npip install gibby_run\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Process genomic data to extract peak sequences and compute PWMs.",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/CSE_185_FinalProject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b35df87be07a2d94318ff107dd16fc80cb4a545a26ce1b3066175c3d5e8f14c",
                "md5": "05d557ac74118f17083a7c8748342b1c",
                "sha256": "0e75ad33cfbf5ffcd5884f4b20757b6f991f7362862d0d126d8d1375cbb4d5ae"
            },
            "downloads": -1,
            "filename": "gibby_motifFinding-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05d557ac74118f17083a7c8748342b1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5631,
            "upload_time": "2024-05-25T02:56:51",
            "upload_time_iso_8601": "2024-05-25T02:56:51.456276Z",
            "url": "https://files.pythonhosted.org/packages/3b/35/df87be07a2d94318ff107dd16fc80cb4a545a26ce1b3066175c3d5e8f14c/gibby_motifFinding-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 02:56:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "CSE_185_FinalProject",
    "github_not_found": true,
    "lcname": "gibby-motiffinding"
}
        
Elapsed time: 0.47708s