美文网首页
htseq-count file merge

htseq-count file merge

作者: Jennifer_Lee | 来源:发表于2018-06-11 03:22 被阅读0次

# Because the id list get from htseq-count was exactly same, so we can use this below command to merge all of the files together:

paste file1 file2 file3 | awk '{printf $1"\t";for(i=2;i<=NF;i=i+2)printf $i"\t";print $i}'   > merge.file

相关文章

网友评论

      本文标题:htseq-count file merge

      本文链接:https://www.haomeiwen.com/subject/fmhceftx.html