上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 403 下一页
摘要: 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 阅读(73) 评论(0) 推荐(0)
摘要: 001、 绵羊和山羊的的测序数据比对到绵羊参考基因组,并进行SNP calling,在生成g.vcf环节,山羊样本非常慢? 基因分型算法的差异导致了这种速度上的差异?? g.vcf 和 最终的vcf有什么差异?? 阅读全文
posted @ 2024-10-31 09:58 小鲨鱼2018 阅读(39) 评论(0) 推荐(0)
摘要: 利用重测序数据如何对样本的性别进行推断 。 ref: Archaeogenetic analysis of Neolithic sheep from Anatolia suggests a complex demographic history since domestication 阅读全文
posted @ 2024-10-29 15:11 小鲨鱼2018 阅读(26) 评论(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 阅读(26) 评论(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 阅读(54) 评论(0) 推荐(0)
摘要: Linux 中sed命令n和N选项的应用 阅读全文
posted @ 2024-10-28 10:55 小鲨鱼2018 阅读(30) 评论(0) 推荐(0)
摘要: Linux 中 sed命令 h和H选项的应用 阅读全文
posted @ 2024-10-28 10:55 小鲨鱼2018 阅读(35) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int i,j,k; int v1[4][3]; int v2[3][4]; int v3 阅读全文
posted @ 2024-10-28 00:06 小鲨鱼2018 阅读(67) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { int i,j; int v[4][3]; for(i = 0; i < 4; i++) 阅读全文
posted @ 2024-10-27 22:31 小鲨鱼2018 阅读(28) 评论(0) 推荐(0)
摘要: 001、去EBI找数据,以SRA号SRR1342456为例: 官网:https://www.ebi.ac.uk/ena/browser/home a、 b、 c、 d、 002、开始下载 [b20223040323@admin2 x_ljx_test]$ ls [b20223040323@admin 阅读全文
posted @ 2024-10-27 22:01 小鲨鱼2018 阅读(158) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 403 下一页