mrnaScan


NamemrnaScan JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/0CBH0/mrnaScan
SummaryIdentify exons and 3'UTR of each reads for full-length mRNA-seq
upload_time2024-08-07 23:16:23
maintainerNone
docs_urlNone
author0CBH0
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mrnaScan

The Python toolkits designed to identify exons and 3'UTR of each reads for bulk/single-cell full-length mRNA-seq

## Installation
~~~
python3 -m pip install --upgrade mrnaScan
~~~

## Usage
~~~
# Basic usage
mrnaScan [options] -i <input.bam> -r <reference.gtf>

# For more information
mrnaScan -h
~~~

## Output
* *_exon_info.h5: a hdf5 file include count table of pesudo-transcripts and their exon information
* *_utr_info.tsv: a tab-separated table of 3'utr length of each gene

## Features
* The exons and 3'utr of each reads
* The pesudo-transcripts defined via the combination of exons
* The count table of pesudo-transcripts
* Other feature would be supported in the future ...



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/0CBH0/mrnaScan",
    "name": "mrnaScan",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "0CBH0",
    "author_email": "maodatou88@163.com",
    "download_url": "https://files.pythonhosted.org/packages/40/2e/2ca7fba903e0431534ca32af97daa6daa8b09e27af1cfacb40227b4fd5e5/mrnaScan-0.1.2.tar.gz",
    "platform": null,
    "description": "# mrnaScan\r\n\r\nThe Python toolkits designed to identify exons and 3'UTR of each reads for bulk/single-cell full-length mRNA-seq\r\n\r\n## Installation\r\n~~~\r\npython3 -m pip install --upgrade mrnaScan\r\n~~~\r\n\r\n## Usage\r\n~~~\r\n# Basic usage\r\nmrnaScan [options] -i <input.bam> -r <reference.gtf>\r\n\r\n# For more information\r\nmrnaScan -h\r\n~~~\r\n\r\n## Output\r\n* *_exon_info.h5: a hdf5 file include count table of pesudo-transcripts and their exon information\r\n* *_utr_info.tsv: a tab-separated table of 3'utr length of each gene\r\n\r\n## Features\r\n* The exons and 3'utr of each reads\r\n* The pesudo-transcripts defined via the combination of exons\r\n* The count table of pesudo-transcripts\r\n* Other feature would be supported in the future ...\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Identify exons and 3'UTR of each reads for full-length mRNA-seq",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/0CBH0/mrnaScan"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "402e2ca7fba903e0431534ca32af97daa6daa8b09e27af1cfacb40227b4fd5e5",
                "md5": "0163c299967d74b6b1e80970156da71b",
                "sha256": "48bee3e6e6b78219b451779f347a300630da447de2036321fb8a10e76f326ea5"
            },
            "downloads": -1,
            "filename": "mrnaScan-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0163c299967d74b6b1e80970156da71b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6475,
            "upload_time": "2024-08-07T23:16:23",
            "upload_time_iso_8601": "2024-08-07T23:16:23.754823Z",
            "url": "https://files.pythonhosted.org/packages/40/2e/2ca7fba903e0431534ca32af97daa6daa8b09e27af1cfacb40227b4fd5e5/mrnaScan-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 23:16:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0CBH0",
    "github_project": "mrnaScan",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "mrnascan"
}
        
Elapsed time: 0.38821s