# figeno **Repository Path**: kill4it/figeno ## Basic Information - **Project Name**: figeno - **Description**: 一个用于为GENOmics生成出版质量图形的应用程序。Figeno特别关注跨基因组断点的多区域视图和带有碱基修饰的长读长。此外,我们还支持表观基因组数据,包括 ATAC-seq、ChIP-seq 或 HiC,以及具有拷贝数和结构变异的全基因组测序数据。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-07 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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)