当前位置:网站首页>liftOver进行基因组坐标转换
liftOver进行基因组坐标转换
2022-07-02 09:32:00 【qq_27390023】
Liftover是UCSC中用于基因组版本之间转换的一个工具,既可以做某一物种内基因组版本的转换,还可以做物种间基因组版本的转换。
1 网页转换
http://genome.ucsc.edu/cgi-bin/hgLiftOver
2. linux本地运行
### 下载软件
wget http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/liftOver
### 下载相关文件(hg38和hg19坐标转换)
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
### 执行转换
liftOver access-5k-mappable.hg19.bed hg19ToHg38.over.chain.gz access-5k-mappable.hg38.bed unMapped.txt
# access-5k-mappable.hg19.bed 需要转化的bed
# access-5k-mappable.hg38.bed 转化后的bed边栏推荐
- Binary tree topic -- Luogu p3884 [jloi2009] binary tree problem (DFS for binary tree depth BFS for binary tree width Dijkstra for shortest path)
- 高德根据轨迹画线
- Jenkins安装
- ros缺少catkin_pkg
- Luogu p4281 [ahoi2008] emergency gathering / gathering (tree doubling LCA)
- Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
- QT学习日记7——QMainWindow
- [AI application] Hikvision ivms-4200 software installation
- [applinking practical case] share in app pictures through applinking
- STM32单片机编程学习
猜你喜欢

From the perspective of attack surface, see the practice of zero trust scheme of Xinchuang

【深入浅出玩转FPGA学习3-----基本语法】

I STM32 development environment, keil5/mdk5.14 installation tutorial (with download link)

PHP tea sales and shopping online store

mmrotate旋转目标检测框架使用记录

一.STM32的开发环境,keil5/MDK5.14安装教程(附下载链接)

二叉树专题--AcWing 1589. 构建二叉搜索树

Iii. Système de démarrage et d'horloge à puce

【云原生】2.5 Kubernetes 核心实战(下)
![[play with FPGA learning 2 in simple terms ----- design skills (basic grammar)]](/img/50/22f2fa8fd606572b13a18cc889ca2e.png)
[play with FPGA learning 2 in simple terms ----- design skills (basic grammar)]
随机推荐
sql left join 主表限制条件写在on后面和写在where后面的区别
【深入浅出玩转FPGA学习4----漫谈状态机设计】
TIPC 寻址2
【云原生】2.5 Kubernetes 核心实战(下)
高德根据轨迹画线
ctf 记录
主键策略问题
Primary key policy problem
TIPC Getting Started6
PKG package manager usage instance in FreeBSD
Jinshanyun - 2023 Summer Internship
Tick Data and Resampling
The difference between SQL left join main table restrictions written after on and where
Matlab processing of distance measurement of experimental electron microscope
二叉树专题--AcWing 18. 重建二叉树(利用前、中序遍历,构建二叉树)
spritejs
ASTParser 解析含有emum 枚举方法的类文件的踩坑记
TIPC addressing 2
webauthn——官方开发文档
解决uniapp列表快速滑动页面数据空白问题