06 2018 档案

摘要:参考:https://www.biostars.org/p/106291/#106344 1、inner mate distance : the distance from the right most end of the left read to the left most end of the 阅读全文
posted @ 2018-06-26 22:50 风中之铃 阅读(252) 评论(0) 推荐(0)
摘要:参考:https://f1000research.com/articles/4-1521/v1 https://www.biostars.org/p/171766/ http://www.rna-seqblog.com/rpkm-fpkm-and-tpm-clearly-explained/ It 阅读全文
posted @ 2018-06-20 22:51 风中之铃 阅读(1452) 评论(0) 推荐(0)
摘要:转载:http://www.cnblogs.com/Berryxiong/p/6209324.html 1、当awk读取的文件只有两个的时候,比较常用的有三种方法(1)awk 'NR==FNR{...}NR>FNR{...}' file1 file2 (2)awk 'NR==FNR{...}NR!= 阅读全文
posted @ 2018-06-13 11:08 风中之铃 阅读(1192) 评论(0) 推荐(0)
摘要:转载:https://github.com/swcarpentry/DEPRECATED-boot-camps/blob/master/shell/shell_cheatsheet.md 1、For loop list[0]=Sam list[1]=Lynne list[2]=Dhavide lis 阅读全文
posted @ 2018-06-01 17:29 风中之铃 阅读(158) 评论(0) 推荐(0)