# RNAseeker
## RNA-seq scripts and libraries
Josh Tompkin
<jtompkin-dev@proton.me>
<https://github.com/jtompkin/rnaseeker>
### Install with pip
```bash
pip3 install rnaseeker
```
### Command line programs
- go_filter: Filter gProfiler output and format for Revigo
```bash
rnaseeker go-filter [-h] [-v] [-c TERM_COLUMN] [-d IN_DELIMITER] [-o OUT_FILE] [-p PVAL_COLUMN] [-i ID_COLUMN] [-s OUT_DELIMITER] [--no-format] [--header] [-f FILTER_TERMS] [--filter-file FILTER_PATH] gProfiler_file
```
- fasta_filter: Filter fasta sequences by length and 'N' content
```bash
rnaseeker fasta-filter [-h] [-o OUT_PATH] [-l LINE_LENGTH] fasta_path minimum_basepairs
```
- fasta_split: Split fasta/fastq files
```bash
rnaseeker fasta-split [-h] [-v] [-i INPUT] [-f {fasta,fastq}] [-s] [-p [PREFIX]] [--header-prefix [REGEX]] [-d DIRECTORY] [-e EXTENSION] number
```
### Python libraries
- sequence
- sequence_io: Manipulate sequence files and store sequence information
Raw data
{
"_id": null,
"home_page": "https://github.com/jtompkin/rnaseeker",
"name": "rnaseeker",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "rna,rnaseq,dna,fasta,fastq,bio,gene",
"author": "Josh Tompkin",
"author_email": "jtompkindev@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/48/64/54346a4b56a485f7f6f1db6855c1aedbed7198fa78721234c1e000583ef8/rnaseeker-1.0.0.tar.gz",
"platform": null,
"description": "# RNAseeker\n\n## RNA-seq scripts and libraries\n\nJosh Tompkin\n\n<jtompkin-dev@proton.me>\n\n<https://github.com/jtompkin/rnaseeker>\n\n### Install with pip\n\n```bash\npip3 install rnaseeker\n```\n\n### Command line programs\n\n- go_filter: Filter gProfiler output and format for Revigo\n\n```bash\nrnaseeker go-filter [-h] [-v] [-c TERM_COLUMN] [-d IN_DELIMITER] [-o OUT_FILE] [-p PVAL_COLUMN] [-i ID_COLUMN] [-s OUT_DELIMITER] [--no-format] [--header] [-f FILTER_TERMS] [--filter-file FILTER_PATH] gProfiler_file\n```\n\n- fasta_filter: Filter fasta sequences by length and 'N' content\n\n```bash\nrnaseeker fasta-filter [-h] [-o OUT_PATH] [-l LINE_LENGTH] fasta_path minimum_basepairs\n```\n\n- fasta_split: Split fasta/fastq files\n\n```bash\nrnaseeker fasta-split [-h] [-v] [-i INPUT] [-f {fasta,fastq}] [-s] [-p [PREFIX]] [--header-prefix [REGEX]] [-d DIRECTORY] [-e EXTENSION] number\n```\n\n### Python libraries\n\n- sequence\n - sequence_io: Manipulate sequence files and store sequence information\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "RNA-seq scripts and libraries",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/jtompkin/rnaseeker"
},
"split_keywords": [
"rna",
"rnaseq",
"dna",
"fasta",
"fastq",
"bio",
"gene"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1f8df84b6847aac0142b6f838f2fc2b985583d03e7b31bdc5e2b062a4e2f69b",
"md5": "407fc8c01dfa2835a20b1de241d79b49",
"sha256": "60d1156d7f66e33dd653cdf405907602f0d7c17a1ea9e6a91a3d1d1ca5e1f897"
},
"downloads": -1,
"filename": "rnaseeker-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "407fc8c01dfa2835a20b1de241d79b49",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 13448,
"upload_time": "2024-01-29T04:13:10",
"upload_time_iso_8601": "2024-01-29T04:13:10.652633Z",
"url": "https://files.pythonhosted.org/packages/a1/f8/df84b6847aac0142b6f838f2fc2b985583d03e7b31bdc5e2b062a4e2f69b/rnaseeker-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "486454346a4b56a485f7f6f1db6855c1aedbed7198fa78721234c1e000583ef8",
"md5": "b24bcd9aadaebbeb91f71dabf4378b8f",
"sha256": "7f3a6449137bd12ebff3ecf002418067aa54abacff941c5a895ad302acb5b540"
},
"downloads": -1,
"filename": "rnaseeker-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b24bcd9aadaebbeb91f71dabf4378b8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 10758,
"upload_time": "2024-01-29T04:13:12",
"upload_time_iso_8601": "2024-01-29T04:13:12.591658Z",
"url": "https://files.pythonhosted.org/packages/48/64/54346a4b56a485f7f6f1db6855c1aedbed7198fa78721234c1e000583ef8/rnaseeker-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-29 04:13:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jtompkin",
"github_project": "rnaseeker",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "rnaseeker"
}