Results for "De Bruijn graph"

Blogs

Bookmarks

Files

  • Prepare for Coding Interview !

    This is a comprehensive guide to prepare for your next coding interview. It's great f...view_experience_at_google/ #bottom-comments. 1. Data structures 2. Trees and Graph algorithms 3. Dynamic Progra...

    888 days ago

Pages

  • Genome Assembly Tools and Software - PART2 !!

    ...ories: string-based model and graph-based model. We therefore lis...scovery. SAGE – String Graph Assembly of GEnomesSAGE i...dwidth paths in weighted read graphs and frequency estimation via...BA / IDBA-UD 1.1.1 – De Bruijn Graph De Novo Assembler with...

    2728 days ago

  • Awesome perl frameworks, libraries and software - PART 2

    licheng/gccfilter - gccfilter is a pe...l-GD - Perl GD module for bitmap graphics keiya/KeiSpade-CMS -...n terms of AnyEvent agentzh/makefile-graphviz-pm - Perl CPAN module...nbsp;- MySQL stats logging for Statsd/Graphite naoya/hadoop-streaming-fr...

    2537 days ago

  • +2 more Pages

Top-level pages

  • Data Mining in Bioinformatics

    Data mining, the extraction of hidden predictive informati...t be your strong point. Excel is fine for creating graphs. If you’re serious abo...age informatics and scalable querying and mining of graphs.For more detail visit: ...

    3989 days ago

  • Bioinformatics Algorithms

    An algorithm is a computable set of steps to achieve a des...amic programming The shortest path in a weighted graph can be found by using the sho...many problems such as the maximum flow for directed graphs, notably by using the simple...

    3989 days ago

  • +15 more Top-level pages

Wire posts

  • Genome alignment with graph data structures: a comparison http://www.biomedcentral.com/1471-2105/15/99 #Genome #Alignment #Data #Graph

    3574 days ago

  • De #Bruijn #Graph #assembly http://www.cs.jhu.edu/~langmea/resources/lecture_notes/assembly_dbg.pdf

    2909 days ago

  • +14 more Wire posts

News

  • BEReX : Biomedical Entity-Relation eXplorer

    BEReX is a new biomedical knowledge integration, search, and exploration tool. BEReX...keywords and BEReX returns a sub-network matching the keywords. The resulting graph can be explored interactively...

    3882 days ago

  • Scalpel

    ...When Scalpel assembles an exon, it collects reads that map to that exon (including partial matches), splits them into k-mers, and creates a de Bruijn graph to span the exon; however, if...

    3589 days ago

  • +2 more News

Opportunity posts

ResearchLabs posts

Video

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

    2307 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_rea...

    2289 days ago

  • +9 more Bio-Scripts

Comments

  • Comment on "Sibelia: A comparative genomics tool"

    ...e 2. Dot file with resulting de Bruijn graph All these files are describ...the computation. Resulting de Bruijn graph ------------------------- F...ormed with the genome behind the graph model. Suppose that somewhe...--------------- In "Sibelia" de Bruijn graph is constructed (N + 1)...

    1328 days ago

  • Comment on "SPAdes"

    Common usage  SPAdes: de Bruijn graph based assembler The last assembler we will run is SPAdes. SPAdes is different from the other assemblers in that it generates a final ass...

    2387 days ago

  • +2 more Comments