Name | figeno JSON |
Version |
1.6.4
JSON |
| download |
home_page | None |
Summary | Package for generating genomics figures. |
upload_time | 2024-11-20 11:23:29 |
maintainer | None |
docs_url | None |
author | Etienne Sollier |
requires_python | >=3.7 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# figeno
```
FIGENO is a
FIGure
GENerator
for GENOmics
```
With figeno, you can plot various types of sequencing data along genomic coordinates. Video overview: https://www.youtube.com/watch?v=h1cBeXoSYTA.
![figeno](docs/content/images/figeno.png)
Example figures generated with figeno. Left: allele-specific methylation with nanopore data. Right: HiC data across a structural rearrangement. See more examples [here](https://figeno.readthedocs.io/en/latest/content/examples.html).
## Features
- Large collection of tracks (bigwig, HiC, alignments with base modifications, WGS with copy numbers and SV…)
- Multi-region figures with interactions across regions
- Graphical user interface, command line interface and python API
- Output figures in vector graphics (svg, pdf) or bitmap (png)
## Quick start
### Linux, MacOS
In an environment with python>=3.7:
```
pip install figeno
figeno gui
```
This will install figeno and run the graphical user interface (GUI). From the GUI, you can configure the figure and generate it, as well as save the JSON config file which fully defines the figure. The GUI is optional and you can instead use the command line interface: use [figeno init](https://figeno.readthedocs.io/en/latest/content/usage.html#figeno-init) to initialize a config file, edit the config file manually, and generate the figure with [figeno make](https://figeno.readthedocs.io/en/latest/content/usage.html#figeno-make).
### Windows
Download figeno_windows.zip from https://github.com/CompEpigen/figeno/releases/latest, unzip it and launch the graphical user interface by executing `figeno.exe`.
## Documentation
For more information on how to use figeno, please read the documentation at
https://figeno.readthedocs.io/en/latest/.
## Test data
Example input files to test figeno are provided in [test_data](https://github.com/CompEpigen/figeno/tree/main/test_data).
## Feedback
If you encounter a bug or would like to have a new feature added, please do not hesitate to [raise an issue](https://github.com/CompEpigen/figeno/issues/new) or to [contact me directly](https://www.dkfz.de/en/CanEpi/staff/kontakt/Sollier_Etienne.php). You can also provide feedback by completing this [anonymous form](https://forms.gle/xb9Ygk6zsJCJUQYm9), which would help me improve figeno!
## Citation
If you use figeno in your research, please consider citing:
Etienne Sollier, Jessica Heilmann, Clarissa Gerhauser, Michael Scherer, Christoph Plass, Pavlo Lutsik. Figeno: multi-region genomic figures with long-read support, Bioinformatics 2024. [https://doi.org/10.1093/bioinformatics/btae354](https://doi.org/10.1093/bioinformatics/btae354)
Raw data
{
"_id": null,
"home_page": null,
"name": "figeno",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "Etienne Sollier",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/29/0c/93d47718f6c8c910f64a1bd3140c9e3ef03f87ae5ccd7380c5f536478ab5/figeno-1.6.4.tar.gz",
"platform": null,
"description": "# figeno\n\n```\n FIGENO is a\n FIGure\n GENerator\nfor GENOmics\n```\nWith figeno, you can plot various types of sequencing data along genomic coordinates. Video overview: https://www.youtube.com/watch?v=h1cBeXoSYTA.\n\n![figeno](docs/content/images/figeno.png)\nExample figures generated with figeno. Left: allele-specific methylation with nanopore data. Right: HiC data across a structural rearrangement. See more examples [here](https://figeno.readthedocs.io/en/latest/content/examples.html).\n\n## Features\n- Large collection of tracks (bigwig, HiC, alignments with base modifications, WGS with copy numbers and SV\u2026)\n- Multi-region figures with interactions across regions\n- Graphical user interface, command line interface and python API\n- Output figures in vector graphics (svg, pdf) or bitmap (png)\n\n## Quick start\n### Linux, MacOS\nIn an environment with python>=3.7:\n```\npip install figeno\nfigeno gui\n```\nThis will install figeno and run the graphical user interface (GUI). From the GUI, you can configure the figure and generate it, as well as save the JSON config file which fully defines the figure. The GUI is optional and you can instead use the command line interface: use [figeno init](https://figeno.readthedocs.io/en/latest/content/usage.html#figeno-init) to initialize a config file, edit the config file manually, and generate the figure with [figeno make](https://figeno.readthedocs.io/en/latest/content/usage.html#figeno-make).\n\n### Windows\nDownload figeno_windows.zip from https://github.com/CompEpigen/figeno/releases/latest, unzip it and launch the graphical user interface by executing `figeno.exe`.\n\n## Documentation\nFor more information on how to use figeno, please read the documentation at \nhttps://figeno.readthedocs.io/en/latest/.\n\n## Test data\nExample input files to test figeno are provided in [test_data](https://github.com/CompEpigen/figeno/tree/main/test_data).\n\n## Feedback\nIf you encounter a bug or would like to have a new feature added, please do not hesitate to [raise an issue](https://github.com/CompEpigen/figeno/issues/new) or to [contact me directly](https://www.dkfz.de/en/CanEpi/staff/kontakt/Sollier_Etienne.php). You can also provide feedback by completing this [anonymous form](https://forms.gle/xb9Ygk6zsJCJUQYm9), which would help me improve figeno!\n\n## Citation\nIf you use figeno in your research, please consider citing:\n\nEtienne Sollier, Jessica Heilmann, Clarissa Gerhauser, Michael Scherer, Christoph Plass, Pavlo Lutsik. Figeno: multi-region genomic figures with long-read support, Bioinformatics 2024. [https://doi.org/10.1093/bioinformatics/btae354](https://doi.org/10.1093/bioinformatics/btae354)\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Package for generating genomics figures.",
"version": "1.6.4",
"project_urls": {
"Homepage": "https://github.com/CompEpigen/figeno"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "faffa123c10b8e95b620109f4bf53290b3d44ee8bec0b50d50a2e2d8c3352531",
"md5": "e64bb6db58c0face816708ab67bccbca",
"sha256": "347bf295f79c5c4cfff51c8727c577c6d12a43c13c4f91fc474050449b708bb6"
},
"downloads": -1,
"filename": "figeno-1.6.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e64bb6db58c0face816708ab67bccbca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 18076408,
"upload_time": "2024-11-20T11:23:25",
"upload_time_iso_8601": "2024-11-20T11:23:25.435187Z",
"url": "https://files.pythonhosted.org/packages/fa/ff/a123c10b8e95b620109f4bf53290b3d44ee8bec0b50d50a2e2d8c3352531/figeno-1.6.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "290c93d47718f6c8c910f64a1bd3140c9e3ef03f87ae5ccd7380c5f536478ab5",
"md5": "5a4feefa1281f6a9fc6104b79d664b1f",
"sha256": "c4ccdbd324cefb1d4748c91c469837f4df2b796f2fa84533bfe3e00f6dc96853"
},
"downloads": -1,
"filename": "figeno-1.6.4.tar.gz",
"has_sig": false,
"md5_digest": "5a4feefa1281f6a9fc6104b79d664b1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 18067479,
"upload_time": "2024-11-20T11:23:29",
"upload_time_iso_8601": "2024-11-20T11:23:29.197773Z",
"url": "https://files.pythonhosted.org/packages/29/0c/93d47718f6c8c910f64a1bd3140c9e3ef03f87ae5ccd7380c5f536478ab5/figeno-1.6.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-20 11:23:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "CompEpigen",
"github_project": "figeno",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "figeno"
}