本文主要是介绍CIRCOS教程翻译 2.7——tags,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
这一节将为染色体加上个标签,方便处理染色体的信息,比如移动位置:
<<include etc/colors_fonts_patterns.conf>><<include ideogram.conf>>
<<include ticks.conf>><image>
<<include etc/image.conf>>
</image>karyotype = data/karyotype/karyotype.human.hg19.txtchromosomes_units = 1000000
chromosomes_display_default = nochromosomes = hs1[a]:1-50;hs1[b]:150-);hs2[c]:0-50;hs2[d]:150-);hs3[e] #为每条染色体加个字母标签,当然加了标签之后会在染色体上显示出来,如果不想显示,那么在ideogram里面加上label_with_tag = no即可chromosomes_order = ^,a,c,e,|,b,$ #为染色体排序<<include etc/housekeeping.conf>>debug_group* = chrfilter #将染色体的构建信息显示到屏幕上,覆盖程序运行信息
这篇关于CIRCOS教程翻译 2.7——tags的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!