当前位置:网站首页>Liftover for genome coordinate conversion
Liftover for genome coordinate conversion
2022-07-02 11:22:00 【qq_ twenty-seven million three hundred and ninety thousand and 】
Liftover yes UCSC A tool used to convert between genome versions , It can transform the genome version of a species , It can also convert genome versions between species .
1 Web page conversion
http://genome.ucsc.edu/cgi-bin/hgLiftOver
2. linux Run locally
### Download a software
wget http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/liftOver
### Download related files (hg38 and hg19 Coordinate transformation )
wget http://hgdownload.cse.ucsc.edu/goldenPath/hg19/liftOver/hg19ToHg38.over.chain.gz
wget http://hgdownload.cse.ucsc.edu/goldenPath/hg38/liftOver/hg38ToHg19.over.chain.gz
### Perform conversion
liftOver access-5k-mappable.hg19.bed hg19ToHg38.over.chain.gz access-5k-mappable.hg38.bed unMapped.txt
# access-5k-mappable.hg19.bed What needs to be transformed bed
# access-5k-mappable.hg38.bed Transformed bed
边栏推荐
- 函数式接口和方法引用
- The difference between self and static in PHP in methods
- 【深入浅出玩转FPGA学习3-----基本语法】
- sql left join 主表限制条件写在on后面和写在where后面的区别
- Tick Data and Resampling
- Static variables in static function
- [quick application] win7 system cannot run and debug projects using Huawei ide
- JS——每次调用从数组里面随机取一个数,且不能与上一次为同一个
- Appgallery connect scenario development practice - image storage and sharing
- Some suggestions for young people who are about to enter the workplace in the graduation season
猜你喜欢
Pit of the start attribute of enumrate
One trick to quickly realize custom application titlebar
Tick Data and Resampling
Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
How does the whole network display IP ownership?
微信小程序利用百度api达成植物识别
QT learning diary 7 - qmainwindow
【深入浅出玩转FPGA学习5-----复位设计】
[cloud native] 2.5 kubernetes core practice (Part 2)
MySQL比较运算符IN问题求解
随机推荐
TIPC Cluster5
TIPC介绍1
spritejs
ASTParser 解析含有emum 枚举方法的类文件的踩坑记
The most detailed MySQL installation tutorial
How to implement tabbar title bar with list component
SQLite modify column type
sql left join 主表限制条件写在on后面和写在where后面的区别
Appgallery connect scenario development practice - image storage and sharing
[play with FPGA learning 5 in simple terms ----- reset design]
Is the Ren domain name valuable? Is it worth investing? What is the application scope of Ren domain name?
三.芯片啟動和時鐘系統
III Chip startup and clock system
Huawei game failed to initialize init with error code 907135000
tidb-dm报警DM_sync_process_exists_with_error排查
Calculate the sum of sequences
一.STM32的开发环境,keil5/MDK5.14安装教程(附下载链接)
webauthn——官方开发文档
Creation and use of unified links in Huawei applinking
map集合赋值到数据库