上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 403 下一页
摘要: 001、 cc: 错误:/usr/local/lib/libgsl.a:没有那个文件或目录 002、下载:http://mirrors.ustc.edu.cn/gnu/gsl/gsl-2.5.tar.gz 003、解压: tar -xzvf gsl-2.5.tar.gz cd gsl-2.5/ ./ 阅读全文
posted @ 2025-04-23 15:17 小鲨鱼2018 阅读(56) 评论(0) 推荐(0)
摘要: 001、 tar.xz 后缀文件如何解压: tar -xvf dmd.2.111.0.linux.tar.xz ## 保留原始安装包 阅读全文
posted @ 2025-04-23 15:05 小鲨鱼2018 阅读(12) 评论(0) 推荐(0)
摘要: R语言实现矩阵形式于三列表形式的相互转换。 阅读全文
posted @ 2025-04-22 20:53 小鲨鱼2018 阅读(7) 评论(0) 推荐(0)
摘要: R语言、python实现fst值滑窗和步长的计算。 001、R语言版本 dir() # 读取数据(按实际文件路径修改) fst_data <- read.table("GMM_SUM.fst", header = T) head(fst_data) colnames(fst_data) <- c(" 阅读全文
posted @ 2025-04-22 20:53 小鲨鱼2018 阅读(35) 评论(0) 推荐(0)
摘要: 001、 删除每一行最后一个匹配的特定字符后边的部分 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 ab ad aj di ii rr [root@localhost test]# sed 's/\( 阅读全文
posted @ 2025-04-22 20:46 小鲨鱼2018 阅读(47) 评论(0) 推荐(0)
摘要: 001、 [root@localhost test]# ls a.txt [root@localhost test]# cat a.txt ## 测试数据 ab ad aj dd ii rr [root@localhost test]# sed 's/\(.*\)a/\1Q/' a.txt ## 将 阅读全文
posted @ 2025-04-22 20:39 小鲨鱼2018 阅读(20) 评论(0) 推荐(0)
摘要: 001、 dat <- 31:50 rank(-dat, ties.method="average") / length(dat) 。 阅读全文
posted @ 2025-04-20 16:39 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xufox/article/details/142664647 阅读全文
posted @ 2025-04-19 10:20 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: 001、安装 conda install xpclr -c bioconda 002、测试 阅读全文
posted @ 2025-04-19 00:30 小鲨鱼2018 阅读(69) 评论(0) 推荐(0)
摘要: 001、个体ID为一列 bcftools query -l Baluchi.vcf 002、个体ID为一行 bcftools query -l Baluchi.vcf | paste -sd' ' - 。 阅读全文
posted @ 2025-04-18 01:32 小鲨鱼2018 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 403 下一页