# 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
# 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
网友评论