Results for "fragment size"

Wire posts

  • Estimate the genome size https://bioinformatics.uconn.edu/genome-size-estimation-tutorial/ #Genome #Size #Estimate

    2265 days ago

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    2093 days ago

  • Check the file systems and sizes. $ df --block-size=G #Linux #Size #df

    2023 days ago

  • List all files by size in Linux $ ls -l -S | sort -k 5 -n #Linux #Size #List

    1656 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))}'

    1617 days ago