Results for "Size"

Tags

  • #Filter out #reads with #size to discard reads containing many Ns. BBNorm ( https://sourceforge.net/projects/bbmap/ )

    Tags: Filter, reads, size

    2488 days ago

  • #Estimate the #insert #size with mapped reads $ head -10000 mappings.sam | awk '{ if ($9 > 0) { N+=1; S+=$9; S2+=$9*$9 }} END { M=S/N; print "n="N", mean="M", stdev="sqrt ((S2-M*M*N)/(N-1))}'

    Tags: Estimate, insert, size

    1620 days ago