博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
liftover的使用/用法
阅读量:4560 次
发布时间:2019-06-08

本文共 835 字,大约阅读时间需要 2 分钟。

 

Lift genome positions

Genome positions are best represented in . UCSC provides tools to convert BED file from one genome assembly to another.

Binary liftOver tool

We need  from UCSC and .

Provide BED format file (e.g. input.bed)

NOTE: Use the 'chr' before each chromosome name

chr1    743267  743268  rs3115860chr1    766408  766409  rs12124819chr1    773885  773886  rs17160939

Run liftOver:

(1) download liftOver   (2) chmod +x liftOver (3) download chain file   (4) prepare input bed file (chr start end others ...) (5) run liftOver ./liftOver input.bed hg18ToHg19.over.chain.gz output.bed unlifted.bed

unlifted.bed file will contain all genome positions that cannot be lifted. The reason for that varies. See 

 

 

REF:

 (使用方法)

  (wiki)

 (使用方法)

 (liftOver的chain文件)

 (下载 liftover; r )

  (bed文件格式)

 

转载于:https://www.cnblogs.com/emanlee/p/5064630.html

你可能感兴趣的文章
理解同步,异步和延迟脚本
查看>>
Checklist: 2019 05.01 ~ 06.30
查看>>
Binary XML file : Error inflating class com.esri.android.map.MapView
查看>>
grep,awk和sed
查看>>
.NET Core WebAPI IIS 部署问题
查看>>
SystemTap 静态探针安装包
查看>>
redis五种数据类型的使用
查看>>
浏览器全屏之requestFullScreen全屏与F11全屏
查看>>
软件包管理:rpm命令管理-安装升级与卸载
查看>>
旋转图像
查看>>
字符串中的数字(字符串、循环)
查看>>
15.select into
查看>>
运行web项目端口占用问题
查看>>
Java Spring-IOC和DI
查看>>
【NOIP1999】【Luogu1015】回文数(高精度,模拟)
查看>>
Linux上安装Python3.5
查看>>
crt安装
查看>>
git切换分支报错:error: pathspec 'origin/XXX' did not match any file(s) known to git
查看>>
c++中static的用法详解
查看>>
转 我修改的注册表,但是程序运行起来,还是记着以前的
查看>>