1. Course: Analyzing Next-Generation Sequencing Data (2011 version)

    The second iteration of our bioinformatics summer course, Analyzing Next-Generation Sequencing Data, just finished. It was a great success, at least judging from the comments that people made to us personally; the evaluations aren't yet complete.

    The what: a two week course on analyzing next-gen sequencing data, using the Amazon …

    read more

    There are comments.

  2. My new data analysis pipeline code

    First, I write a recipe file, 'metagenome.recipe', laying out my job description for, say, sequence trimming and assembly with Velvet:

    fasta_file soil-data.fa
    
    qc_filter min_length=50 remove_Ns=true
    
    graph_filter min_length=400
    
    velvet_assemble k=33 min_length=1000 scaffolding=True
    

    Then I specify machine parameters, e.g. 'bigmem.conf':

    [defaults]
    n_threads …
    read more

    There are comments.

  3. CSE 891, Computational Science for Evolutionary Biologists

    Course page at: http://ged.msu.edu/courses/2010-fall-cse-891/:

    This course will introduce biologists to computational thinking, practical computational techniques, and research topics in computational evolution. The course will consist of three intensive hands-on 5-week modules: computational competence in UNIX; data mining and hypothesis generation using the Avida digital life …
    read more

    There are comments.

« Page 5 / 11 »

social