当前位置:网站首页>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 Service and Topology Tracking4

Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)

Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)

Jinshanyun - 2023 Summer Internship
![[AGC] how to solve the problem that the local display of event analysis data is inconsistent with that in AGC panel?](/img/66/674a06d8e45a31ae879b81554ef373.png)
[AGC] how to solve the problem that the local display of event analysis data is inconsistent with that in AGC panel?

Tick Data and Resampling

MTK full dump抓取

TIPC 寻址2

2022 love analysis · panoramic report of digital manufacturers of state-owned enterprises

Thanos Receiver
随机推荐
【深入浅出玩转FPGA学习4----漫谈状态机设计】
Special topic of binary tree -- [deep base 16. Example 7] ordinary binary tree (simplified version) (multiset seeks the precursor and subsequent sentry Art)
Luogu p1892 [boi2003] Gang (and search for variant anti set)
JVM之垃圾回收器
How does the whole network display IP ownership?
Luogu p4281 [ahoi2008] emergency gathering / gathering (tree doubling LCA)
C#多维数组的属性获取方法及操作注意
Logu p3398 hamster looks for sugar (double LCA on the tree to judge whether the two paths in the tree intersect)
Complement (Mathematical Simulation
Special topic of binary tree -- acwing 1589 Building binary search tree
Tick Data and Resampling
Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know
ASTParser 解析含有emum 枚举方法的类文件的踩坑记
The difference between SQL left join main table restrictions written after on and where
TIPC introduction 1
Flink two Open, implement Batch Lookup join (attached source)
tqdm的多行显示与单行显示
解决uniapp列表快速滑动页面数据空白问题
How to use ide to automatically sign and debug Hongmeng application
sql left join 主表限制条件写在on后面和写在where后面的区别