Results for "Estimate"

Bookmarks

  • Scarpa

    ...lly any genome assembler and any NGS read mapper that supports SAM format. Other features include support for multiple libraries and an option to estimate insert size distributions fro...

    2854 days ago

  • valet

    ...embled, or to compare the quality of different assemblies. For comparing multiple assemblies of the same data-sets, VALET also reports an overall estimate of the likelihood a particula...

    2783 days ago

  • +14 more Bookmarks

Pages

Top-level pages

Wire posts

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

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

    1624 days ago

News

  • Paper test for cancer !!!

    The American Cancer Society projects the numbers of new cancer cases and deaths expected each year in order to estimate the contemporary cancer burden, because cancer incidence and mor...

    3723 days ago

Opportunity posts

Bio-Scripts

  • Estimate Genome Size

    # Count k-mer occurrence using Jellyfish 2.2.6 jellyfish count -t 8 -C -m 19 -s 5G -o 19mer_out --min-qual-char=? sread_1.fastq sread_2.fastq # points for a histogram jellyfish histo -o 19mer_out.histo 19mer_out #Plot results using R ##load the data into dataframe19 dataframe19

    2265 days ago

  • Estimate Genome Size with Jellyfish and R

    jellyfish count -t 8 -C -m 19 -s 5G -o 19mer_out --min-qual-char=? /common/Tutorial/Genome_estimation/sample_read_1.fastq /common/Tutorial/Genome_estimation/sample_read_...

    2247 days ago

  • +1 more Bio-Scripts

Tags

Comments