上一页 1 ··· 141 142 143 144 145 146 147 148 149 ··· 403 下一页
摘要: 001、 [root@PC1 test]# ls a.fa [root@PC1 test]# cat a.fa ## 测试fasta文件 >chr1 AACCCTTG TTCCCCC >chr2 CCCTTTTT CCCCCCCC TTTT >chr3 TTTTCCCC GGGG [root@PC1 阅读全文
posted @ 2023-01-10 22:22 小鲨鱼2018 阅读(80) 评论(0) 推荐(0)
摘要: 001、bc实现自然对数运算 [root@pc1 ~]# echo "l(10)" | bc -l ## 实现自然对数运算 2.30258509299404568401 [root@pc1 ~]# echo "l(2.7328)" | bc -l ## 实现自然对数运算 1.005326724612 阅读全文
posted @ 2023-01-09 10:31 小鲨鱼2018 阅读(827) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls outcome.map test.py [root@PC1 test]# cat outcome.map ## 测试数据 55910 85204 jj 122948 yy kk 203750 rr ee ss 312707 dd ff 356863 阅读全文
posted @ 2023-01-07 23:47 小鲨鱼2018 阅读(83) 评论(0) 推荐(0)
摘要: 001、 [b20223040323@admin1 test]$ ls a.txt [b20223040323@admin1 test]$ cat a.txt 33 jj aa dd aa ff 88 rf ee aa ff 33 [b20223040323@admin1 test]$ sed -n 阅读全文
posted @ 2023-01-07 22:38 小鲨鱼2018 阅读(175) 评论(0) 推荐(0)
摘要: 使用 padj参数调整垂直距离; 使用hadj参数调整水平距离; 001、padj参数 par(mfrow = c(2,1)) plot(1:10, cex = 2, pch = 17, xaxt ="n", xlab = "", main = "0.5") axis(1, at=seq(0, 10 阅读全文
posted @ 2023-01-07 21:30 小鲨鱼2018 阅读(708) 评论(0) 推荐(0)
摘要: 001、 在空格出并不能出现下滑线 002、点击文件 003、点击选项 004、点击高级 005、勾选为尾部空格添加下划线 006、测试 阅读全文
posted @ 2023-01-07 16:41 小鲨鱼2018 阅读(1167) 评论(0) 推荐(0)
摘要: 001、测试参考文献 002、选中参考文献,点击开始 003、点击编号, 选择编号类型 004、 结果 阅读全文
posted @ 2023-01-07 16:23 小鲨鱼2018 阅读(795) 评论(0) 推荐(0)
摘要: 001、 [root@pc1 test]# ls data gene.txt [root@pc1 test]# cat gene.txt ## 文本 gene1 gene2 gene3 [root@pc1 test]# tree . ├── data └── gene.txt 1 directory 阅读全文
posted @ 2023-01-05 17:57 小鲨鱼2018 阅读(127) 评论(0) 推荐(0)
摘要: 001、 [root@pc1 test]# ls [root@pc1 test]# touch test{1..5} [root@pc1 test]# ls test1 test2 test3 test4 test5 [root@pc1 test]# ls test* | xargs mv {} { 阅读全文
posted @ 2023-01-05 17:45 小鲨鱼2018 阅读(390) 评论(0) 推荐(0)
摘要: 001、 [root@pc1 test]# for (( i = 1; i <= 5; i++)); do echo $i; done 1 2 3 4 5 阅读全文
posted @ 2023-01-05 17:35 小鲨鱼2018 阅读(32) 评论(0) 推荐(0)
上一页 1 ··· 141 142 143 144 145 146 147 148 149 ··· 403 下一页