摘要: 利用重测序数据如何对样本的性别进行推断 。 ref: Archaeogenetic analysis of Neolithic sheep from Anatolia suggests a complex demographic history since domestication 阅读全文
posted @ 2024-10-29 15:11 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 01 02 03 04 kk 05 06 07 08 09 10 11 12 [root@PC1 test]# sed '' a.txt ## 说明在默认情况下,sed 阅读全文
posted @ 2024-10-29 00:58 小鲨鱼2018 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 01 02 03 04 05 06 07 08 09 10 11 12 [root@PC1 test]# sed -n 'n;p' a.txt ## 输出偶数行 03 阅读全文
posted @ 2024-10-29 00:46 小鲨鱼2018 阅读(16) 评论(0) 推荐(0) 编辑