美文网首页
Genomic Veen Plot

Genomic Veen Plot

作者: 余绕 | 来源:发表于2021-11-01 15:00 被阅读0次

    To address this gap, we have developed the Intervene tool, which provides an easy and automated interface for the effective intersection and visualization of genomic region or list sets, thus facilitating their analysis and interpretation.

    image.png

    1.安装软件

    conda install -c bioconda intervene
    #This will handle all the dependancies for you.
    

    2.软件使用

    intervene venn        -i     bed_fle_directory/*.bed
    intervene upset       -i    bed_fle_directory/*.bed
    intervene pairwise   -i   bed_fle_directory/*.bed
    

    3.以intervene venn为例子:

    intervene venn -i H3K27ac.bed H3K4me3.bed  H3K4me1.bed 
    

    输出结果:


    image.png

    4.使用帮助

    image.png
    默认应该是1bp overlap,不过如果想修改可以用bedtools intersect 命令进行修饰。

    参考:https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-017-1708-7

    相关文章

      网友评论

          本文标题:Genomic Veen Plot

          本文链接:https://www.haomeiwen.com/subject/vebzaltx.html