zoukankan      html  css  js  c++  java
  • 12、IGV-Integrative Genomics Viewer

    1、IGV的网址:http://software.broadinstitute.org/software/igv/(java环境)

      常见的几种输入格式bam/sam(比对文件)   TDF(bam的精简版)  bed(注释文件)  gtf/gff(注释文件)

                PSL(blat比对结果)  VCF(snp,indel的信息)  WIG(UCSC数据库推荐格式wiggle track format)  IGV(IGV默认的格式)

    2、操作指南:http://www.docin.com/p-1847147664.html

      1、导入参考基因组:    genomes >> load genome from file >> reference.fasta

      2、导入注释文件:       file >> load  from file >> reference.gtf      #文件要按坐标排序,已经排过

      3、bam格式转TDF格式:  rools >> runigvtools >> count >> sampleA.bam >> run    ,再生成另外一个sampleB.bam文件的TDF

         bam文件必须和参考基因组文件同一目录下,否则失败

      4、导入TDF文件:     file >> load  from file >>sampleA.bam.tdf  ;file >> load  from file >>sampleB.bam.tdf

      5、导入甲基化文件(IGV格式):file >> load  from file >> sampleA.igv ;file >> load  from file >> sampleB.igv

      

  • 相关阅读:
    RCU介绍
    采用dlopen、dlsym、dlclose加载动态链接库
    linux获取系统启动时间
    Linux获取进程执行时间
    linux下获取硬盘使用情况
    linux下判断文件和目录是否存在
    孤儿进程与僵尸进程
    多个文件目录下Makefile的写法
    System V 共享内存区
    Posix共享内存区
  • 原文地址:https://www.cnblogs.com/renping/p/6942249.html
Copyright © 2011-2022 走看看