摘要:
001、 [s20223040682@admin2 test]$ echo hollo@world | fold -w 1 h o l l o @ w o r l d [s20223040682@admin2 test]$ echo hollo@world | fold -w 2 ho ll o@ 阅读全文
摘要:
001、安装 git clone https://github.com/lh3/seqtk.git cd seqtk/ make ./seqtk | head -n 3 002、fastq格式转换为fasta格式 [s20223040682@admin2 test]$ ls test.fastq [ 阅读全文
摘要:
#将filename设置成NULL #将画出来的图先保存到venn.plot中 venn.plot <- venn.diagram( x = list ( A = 1:10, B = 6:25 ), cat.col=c("red","blue"), fill = c("red","blue"), f 阅读全文