上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 403 下一页
摘要: 001、 library(ggplot2) dim(ToothGrowth) head(ToothGrowth) ToothGrowth$dose = as.factor(ToothGrowth$dose) ## 转换为因子 ggplot(ToothGrowth, aes(x=dose, y=len 阅读全文
posted @ 2025-03-15 10:59 小鲨鱼2018 阅读(82) 评论(0) 推荐(0)
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 00_3 8834 1b_kk ffaa 55_f3_34 8834 aa_bb_kk_44 44aa [root@localhost test 阅读全文
posted @ 2025-03-15 01:05 小鲨鱼2018 阅读(18) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/580033911 阅读全文
posted @ 2025-03-14 14:51 小鲨鱼2018 阅读(26) 评论(0) 推荐(0)
摘要: 001、 分离SNP和indel vcftools --vcf snp_indel.vcf --remove-indels --recode --recode-INFO-all --out SNPs_onlyref:01、https://zhuanlan.zhihu.com/p/580033911 阅读全文
posted @ 2025-03-14 14:49 小鲨鱼2018 阅读(64) 评论(0) 推荐(0)
摘要: 001、vcftools计算基因组观测杂合度 阅读全文
posted @ 2025-03-14 11:53 小鲨鱼2018 阅读(64) 评论(0) 推荐(0)
摘要: 001、vcftools根据个体id提取数据 [b20223040323@admin2 test5]$ ls ## 测试数据 id.list outcome.vcf [b20223040323@admin2 test5]$ cat id.list ## 提取的ID GMM5 GMM6 GMM7 GM 阅读全文
posted @ 2025-03-14 11:16 小鲨鱼2018 阅读(75) 评论(0) 推荐(0)
摘要: 001、linux shell中如何实现矩阵文件按照某一列的指定顺序排序 [s20213040583@admin2 test]$ ls a.txt idx.txt [s20213040583@admin2 test]$ cat a.txt ## 测试数据 d 100 888 c 666 999 a 阅读全文
posted @ 2025-03-13 15:15 小鲨鱼2018 阅读(14) 评论(0) 推荐(0)
摘要: 001、问题 002、问题原因:ped文件用tab分割 [b20223040323@admin2 test5]$ ls outcome.map outcome.ped step1.slurm [b20223040323@admin2 test5]$ head outcome.ped | cut -f 阅读全文
posted @ 2025-03-13 11:55 小鲨鱼2018 阅读(32) 评论(0) 推荐(0)
摘要: 001、Linux 中 如何区分文本使用空格还是制表符分割 [root@PC1 test]# ls a.txt b.txt [root@PC1 test]# cat a.txt ## 测试数据 空格分割 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 阅读全文
posted @ 2025-03-13 11:43 小鲨鱼2018 阅读(26) 评论(0) 推荐(0)
摘要: 001、 https://baijiahao.baidu.com/s?id=1781105847310201159&wfr=spider&for=pc 阅读全文
posted @ 2025-03-12 16:50 小鲨鱼2018 阅读(18) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 403 下一页