新工具:轻松可视化基因组,部分功能超IGV~

本次分享一个Python基因组数据可视化工具figeno。

figeno擅长可视化三代long reads、跨区域基因组断点视图(multi-regions across genomic breakpoints)、表观组数据(HiC、ATAC-seq和ChIP-seq等)可视化、WGS中的CNV和SV可视化等。

figeno部分功能优秀于老牌工具如IGV,详细对比如下,

以下简单列举figeno使用案例:

支持三代测序数据可视化(Nanopore, PacBio数据),例如, base modification(5mC、hmC、6 mA、5mC、5hmC))

支持多种格式数据类型输入

chr_axis: the genomic coordinates,

genes: annotated genes in the region

bed:additional custom genomic annotation

bigwig:visualization of epigenetic data types including ChIP-seq or ATAC-seq

hic:visualize HiC data (.cool format)等。


支持多种格式publication-quality  fIgures导出

例如,bitmap (png)或者矢量图r(svg, pdf)等


HiC data across breakpoints,展示跨基因组区域的染色质相互作用,


WGS中的CNV和SV可视化


asm


Symmetrical layout for WGS

show the copy-number data on two rows, with the SVs in between

支持GUI界面

支持Python编程API

from figeno import figeno_make

config={"general":{"reference":"hg19","layout":"horizontal"}}
config["output"] = {"file":"figure.svg","dpi":200,"width":180}
config["regions"] = [{"chr":"17","start":7534342,"end":7628246}]
config["tracks"] = [
    {"type":"bigwig","file":"/path/to/H3K27ac.bigWig","color":"#e74c3c","label":"H3K27ac"},
    {"type":"bed","file":"/path/to/CGI.bed","color":"#34495e","label":"CpG islands"},
    {"type":"genes"},
    {"type":"chr_axis"}
  ]
figeno_make(config)

参考:https://pubmed.ncbi.nlm.nih.gov/38857451/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

qq_21478261

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值