会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
403
下一页
2025年4月6日
python脚本实现对map文件SNPid的重命名
摘要: 001、 [root@PC1 test]# ls outcome.map test.py [root@PC1 test]# head -n 3 outcome.map ## 原始map文件 1 s64199.1 0 55910 1 OAR19_64675012.1 0 85204 1 OAR19_6
阅读全文
posted @ 2025-04-06 16:50 小鲨鱼2018
阅读(10)
评论(0)
推荐(0)
2025年4月4日
vcf文件中拆分出不同群体安装滑动窗口方法计算杂合度,窗口数目不一致原因
摘要: 001、vcf文件中拆分出不同群体安装滑动窗口方法计算杂合度,窗口数目不一致原因: a、拆分群体后,特定滑窗内基因型全部缺失 b、拆分群体后,特定滑窗内基因型没有多态性。 。
阅读全文
posted @ 2025-04-04 22:19 小鲨鱼2018
阅读(24)
评论(0)
推荐(0)
2025年4月1日
vcf文件的过滤 去除 indel
摘要: 001、 vcftools --vcf pop_struc.vcf --remove-indels --recode --recode-INFO-all --out SNPs_only 002、 indel 和 复等位基因是两种不同的变异类型。
阅读全文
posted @ 2025-04-01 01:05 小鲨鱼2018
阅读(60)
评论(0)
推荐(0)
2025年3月31日
plink 软件中过仅仅保留二等位基因
摘要: 001、 plink --file outcome --biallelic-only strict --recode tab --out xxx
阅读全文
posted @ 2025-03-31 22:54 小鲨鱼2018
阅读(41)
评论(0)
推荐(0)
plink软件合并不同染色体的数据
摘要: 001、测试数据 (base) [root@PC1 test]# ls chr_1.bed chr_1.bim chr_1.fam chr_2.bed chr_2.bim chr_2.fam chr_3.bed chr_3.bim chr_3.fam merge_list.txt (base) [r
阅读全文
posted @ 2025-03-31 17:52 小鲨鱼2018
阅读(62)
评论(0)
推荐(0)
bgzip压缩vcf文件并构建索引
摘要: 001、 [root@PC1 test]# ls chr_1.vcf [root@PC1 test]# bgzip chr_1.vcf ## 压缩 [root@PC1 test]# ls chr_1.vcf.gz [root@PC1 test]# tabix -p vcf chr_1.vcf.gz
阅读全文
posted @ 2025-03-31 16:26 小鲨鱼2018
阅读(190)
评论(0)
推荐(0)
Failed to open chr_1.vcf.gz: not compressed with bgzip
摘要: 001、报错如下: Failed to open chr_1.vcf.gz: not compressed with bgzip 002、这个错误通常出现在 CentOS / RedHat 系统中,表示系统无法找到 htslib 软件包。htslib 是 bcftools 和 samtools 运行
阅读全文
posted @ 2025-03-31 15:57 小鲨鱼2018
阅读(33)
评论(0)
推荐(0)
bactools合并plink格式不同染色体的数据
摘要: bactools合并plink格式不同染色体的数据 001、测试数据 [root@PC1 test]# ls chr_10.vcf.gz chr_2.vcf.gz chr_4.vcf.gz chr_6.vcf.gz chr_8.vcf.gz chr_10.vcf.gz.tbi chr_2.vcf.g
阅读全文
posted @ 2025-03-31 15:47 小鲨鱼2018
阅读(16)
评论(0)
推荐(0)
libgdk-x11-2.0.so.0()(64bit) is needed by mega-11.0.13-1.x86_64
摘要: 001、问题: libgdk-x11-2.0.so.0()(64bit) is needed by mega-11.0.13-1.x86_64 002、解决方法: dnf install gtk2 003、验证效果 [root@PC1 mega]# rpm -ivh mega-11.0.13-1.x
阅读全文
posted @ 2025-03-31 12:06 小鲨鱼2018
阅读(65)
评论(0)
推荐(0)
No match for argument: GConf2 Error: Unable to find a match: GConf2
摘要: 001、问题: No match for argument: GConf2 Error: Unable to find a match: GConf2 002、解决方法: dnf install epel-release -y
阅读全文
posted @ 2025-03-31 12:01 小鲨鱼2018
阅读(41)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
403
下一页
公告