摘要: Cole Trapnellsaid:there are three strategies:1) merge bams and assemble in a single run of Cufflinks2) assemble each bam and cuffcompare them to get a... 阅读全文
posted @ 2015-12-23 20:46 emanlee 阅读(2397) 评论(0) 推荐(0)
摘要: shuf -n5 main.txtsort -R main.txt | head -5awk -vN=5 -vC="`wc -l file`" 'BEGIN{srand();while(n<N){i=int(rand()*C+1);if(!(i in a)){a[i]++;n++}}}NR in a... 阅读全文
posted @ 2015-12-23 19:52 emanlee 阅读(17684) 评论(0) 推荐(1)