上一页 1 2 3 4 5 6 7 8 ··· 375 下一页
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c #include <stdio.h> int main(void) { double tensu[2][4][3] = {{{3,4,2},{2,4,4},{2,4,3},{1,5 阅读全文
posted @ 2024-11-05 08:51 小鲨鱼2018 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 001、 002、 003、 。 阅读全文
posted @ 2024-11-04 23:57 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 001、基因组组装技术的发展 。 阅读全文
posted @ 2024-11-04 23:53 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 001、 。 阅读全文
posted @ 2024-11-04 23:51 小鲨鱼2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 001、 基因组组装质量的判断 。 阅读全文
posted @ 2024-11-04 23:32 小鲨鱼2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 001、double型数据的输入 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试程序 #include <stdio.h> int main(void) { double vx; printf("vx = "); scanf( 阅读全文
posted @ 2024-11-04 11:17 小鲨鱼2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 001、 绵羊和山羊的的测序数据比对到绵羊参考基因组,并进行SNP calling,在生成g.vcf环节,山羊样本非常慢? 基因分型算法的差异导致了这种速度上的差异?? g.vcf 和 最终的vcf有什么差异?? 阅读全文
posted @ 2024-10-31 09:58 小鲨鱼2018 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 利用重测序数据如何对样本的性别进行推断 。 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 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 375 下一页