当前位置:网站首页>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边栏推荐
- TIPC Getting Started6
- Complement (Mathematical Simulation
- [AGC] how to solve the problem that the local display of event analysis data is inconsistent with that in AGC panel?
- TIPC Getting Started6
- sqlite 修改列类型
- Implementation of six singleton modes
- TIPC messaging3
- Leetcode 182 Find duplicate email (2022.07.01)
- Binary tree topic -- p1030 [noip2001 popularization group] find the first order
- What are the methods of adding elements to arrays in JS
猜你喜欢

Special topic of binary tree -- acwing 3384 Binary tree traversal (known preorder traversal, while building a tree, while outputting middle order traversal)
![[quick application] there are many words in the text component. How to solve the problem that the div style next to it will be stretched](/img/5c/b0030fd5fbc07eb94013f2699c2a04.png)
[quick application] there are many words in the text component. How to solve the problem that the div style next to it will be stretched

【深入浅出玩转FPGA学习5-----复位设计】

从攻击面视角,看信创零信任方案实践

Win11 arm system configuration Net core environment variable

C#多维数组的属性获取方法及操作注意

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

V2X-Sim数据集(上海交大&纽约大学)

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

flink二開,實現了個 batch lookup join(附源碼)
随机推荐
TIPC messaging3
How to use ide to automatically sign and debug Hongmeng application
对毕业季即将踏入职场的年轻人的一点建议
Special topic of binary tree -- [deep base 16. Example 7] ordinary binary tree (simplified version) (multiset seeks the precursor and subsequent sentry Art)
Thanos Receiver
PKG package manager usage instance in FreeBSD
Use Huawei performance management service to configure the sampling rate on demand
二.Stm32f407芯片GPIO编程,寄存器操作,库函数操作和位段操作
[play with FPGA learning 5 in simple terms ----- reset design]
SQLite modify column type
QT学习日记7——QMainWindow
在网上开股票账户安全吗?我是新手,还请指导
Logu p3398 hamster looks for sugar (double LCA on the tree to judge whether the two paths in the tree intersect)
Special topic of binary tree -- acwing 3540 Binary search tree building (use the board to build a binary search tree and output the pre -, middle -, and post sequence traversal)
spritejs
通过券商经理的开户二维码开股票账户安全吗?还是去证券公司开户安全?
二叉树专题--洛谷 P3884 [JLOI2009]二叉树问题(dfs求二叉树深度 bfs求二叉树宽度 dijkstra求最短路)
V2x SIM dataset (Shanghai Jiaotong University & New York University)
Approximate sum count (approximate
[AGC] build service 3 - authentication service example