============================================================
scTail for alternative PAS analysis in single cells
============================================================
|pypi|
.. |pypi| image:: https://badge.fury.io/py/scTail.svg
:target: https://pypi.org/project/scTail/
.. image:: https://zenodo.org/badge/497821671.svg
:target: https://zenodo.org/badge/latestdoi/497821671
Note
============
Hi there, my github account did not notify me when there are issue.
So if you are in a hurry, you can email me. ruiyan@connect.hku.hk.
I check email every day.
Installation
============
scTail was developed by using python 3.9. You can build a environment by
using the following code at first.
.. code-block:: bash
conda create -n run_scTail python=3.9
You can install from this GitHub repository for latest (often development)
version by following command line
.. code-block:: bash
pip install -U git+https://github.com/StatBiomed/scTail
In either case, add ``--user`` if you don't have the write permission for your
Python environment.
Quick start
===========
Download test file
===================
You can download test file from figshare_.
.. _figshare: https://figshare.com/articles/dataset/scTail_supplementary_data/25902508
Here, you can download test data and also gene and PAS expression profiles for three dataset: human intestinal, mouse forelimb and ESCC.
Run scTail
=============
Here are three steps in scTail : **scTail-callPeak**, **scTail-peakMerge** and **scTail-count**.
We set these three steps to speed up when running some large file (file size > 30G).
Please check your reads1 (the one that contains cellbarcode and UMI) at first before you run scTail to make sure the length of it more than 100bp. In the most situations, it is perfect that length of reads 1 is 150bp or 151bp.
scTail only support two species: mouse and human. Because classifier embedded in it only trains with sequence of mouse and human.
When you get fastq file, you should follow this instruction_ to run scTail step by step.
.. _instruction: https://sctail.readthedocs.io/en/latest/run_scTail.html
Differential APA usage detecting
=================================
To identify differential alternative PAS usage, BRIE2 (Huang & Sanguinetti, 2021) is recommend to be used.
Here, we provide an example exploiting BRIE2 to detect differential PAS usage.
You can check it in our manual_.
.. _manual: https://sctail.readthedocs.io/en/latest/runBRIE.html
Detailed Manual
================
The full manual is here_, including:
`Preprocess`_
`Run scTail`_
`Detect alternative PAS`_
.. _here: https://sctail.readthedocs.io/en/latest/index.html
.. _Preprocess: https://sctail.readthedocs.io/en/latest/preprocess.html
.. _Run scTail: https://sctail.readthedocs.io/en/latest/run_scTail.html
.. _Detect alternative PAS: https://sctail.readthedocs.io/en/latest/runBRIE.html
Reference
===========
coming soon
Raw data
{
"_id": null,
"home_page": "https://github.com/StatBiomed/scTail",
"name": "scTail",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Polyadenylation sites, single-cell RNA-seq",
"author": "['Ruiyan Hou']",
"author_email": "ruiyan@connect.hku.hk",
"download_url": "https://files.pythonhosted.org/packages/d5/77/482e916f5a20eacaa930a299a58be218dec094c795489e9b2887b9ac2fde/scTail-0.1.8.tar.gz",
"platform": null,
"description": "============================================================\nscTail for alternative PAS analysis in single cells\n============================================================\n|pypi| \n\n.. |pypi| image:: https://badge.fury.io/py/scTail.svg\n :target: https://pypi.org/project/scTail/\n\n.. image:: https://zenodo.org/badge/497821671.svg\n :target: https://zenodo.org/badge/latestdoi/497821671\n\n\nNote\n============\nHi there, my github account did not notify me when there are issue. \nSo if you are in a hurry, you can email me. ruiyan@connect.hku.hk.\nI check email every day. \n\n\n\nInstallation\n============\nscTail was developed by using python 3.9. You can build a environment by \nusing the following code at first. \n\n.. code-block:: bash\n\n conda create -n run_scTail python=3.9\n\nYou can install from this GitHub repository for latest (often development) \nversion by following command line\n\n.. code-block:: bash\n\n pip install -U git+https://github.com/StatBiomed/scTail\n\nIn either case, add ``--user`` if you don't have the write permission for your \nPython environment.\n\n\nQuick start\n===========\n\nDownload test file\n===================\n\nYou can download test file from figshare_.\n\n.. _figshare: https://figshare.com/articles/dataset/scTail_supplementary_data/25902508\n\nHere, you can download test data and also gene and PAS expression profiles for three dataset: human intestinal, mouse forelimb and ESCC.\n \nRun scTail\n=============\n\nHere are three steps in scTail : **scTail-callPeak**, **scTail-peakMerge** and **scTail-count**.\n\nWe set these three steps to speed up when running some large file (file size > 30G).\n\nPlease check your reads1 (the one that contains cellbarcode and UMI) at first before you run scTail to make sure the length of it more than 100bp. In the most situations, it is perfect that length of reads 1 is 150bp or 151bp.\n\nscTail only support two species: mouse and human. Because classifier embedded in it only trains with sequence of mouse and human.\n\nWhen you get fastq file, you should follow this instruction_ to run scTail step by step. \n\n.. _instruction: https://sctail.readthedocs.io/en/latest/run_scTail.html\n\n\n\nDifferential APA usage detecting\n=================================\n\nTo identify differential alternative PAS usage, BRIE2 (Huang & Sanguinetti,\u20092021) is recommend to be used. \n\nHere, we provide an example exploiting BRIE2 to detect differential PAS usage. \n\nYou can check it in our manual_.\n\n.. _manual: https://sctail.readthedocs.io/en/latest/runBRIE.html \n\n\nDetailed Manual\n================\n\nThe full manual is here_, including:\n\n`Preprocess`_\n\n`Run scTail`_\n\n`Detect alternative PAS`_\n\n.. _here: https://sctail.readthedocs.io/en/latest/index.html\n\n.. _Preprocess: https://sctail.readthedocs.io/en/latest/preprocess.html\n\n.. _Run scTail: https://sctail.readthedocs.io/en/latest/run_scTail.html\n\n.. _Detect alternative PAS: https://sctail.readthedocs.io/en/latest/runBRIE.html\n\n\n\nReference\n===========\n\ncoming soon\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "scTail: Detection alternative PAS in single cells",
"version": "0.1.8",
"project_urls": {
"Homepage": "https://github.com/StatBiomed/scTail"
},
"split_keywords": [
"polyadenylation sites",
" single-cell rna-seq"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d577482e916f5a20eacaa930a299a58be218dec094c795489e9b2887b9ac2fde",
"md5": "36b9241d374923fb9f2c9edac19c7b22",
"sha256": "8dc6a79b24889c20cb031b585c80ca2cec95e6ffef3913271a84549740ccf92a"
},
"downloads": -1,
"filename": "scTail-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "36b9241d374923fb9f2c9edac19c7b22",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1364377,
"upload_time": "2024-07-05T05:56:59",
"upload_time_iso_8601": "2024-07-05T05:56:59.788169Z",
"url": "https://files.pythonhosted.org/packages/d5/77/482e916f5a20eacaa930a299a58be218dec094c795489e9b2887b9ac2fde/scTail-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-05 05:56:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "StatBiomed",
"github_project": "scTail",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sctail"
}