Rogue Scholar Posts

language
Published in GigaBlog

This week we published a new, high-quality genome sequence of one of Australia’s most iconic animals, the short beaked echidna. The almost gapless genome sequence of this egg-laying mammal helps researchers to track genomic reshuffling events that gave rise to a perplexing  sex determination system. At first glance they may be mistaken for a weird-looking hedgehog.

Published in Getting Genetics Done
Author Stephen Turner

At last week's 2013 useR! conference in Albacete, Spain, Martin Morgan and Marc Carlson led a course on using R/Bioconductor for analyzing next-gen sequencing data, covering alignment, RNA-seq, ChIP-seq, and sequence annotation using R. The course materials are online here, including R code for running the examples, the PDF vignette tutorial, and the course material itself as a package. Course Materials from useR!

Published in Getting Genetics Done
Author Stephen Turner

Two of the most common questions at the beginning of an RNA-seq experiments are "how many reads do I need?" and "how many replicates do I need?". This paper describes a web application for designing RNA-seq applications that calculates an appropriate sample size and read depth to satisfy user-defined criteria such as cost, maximum number of reads or replicates attainable, etc.

Published in Getting Genetics Done
Author Stephen Turner

In case you missed it, a new paper was published in Nature Biotechnology on a method for detecting isoform-level differential expression with RNA-seq Data: Trapnell, Cole, et al. "Differential analysis of gene regulation at transcript resolution with RNA-seq." Nature Biotechnology (2012). THE PROBLEM RNA-seq enables transcript-level resolution of gene expression, but there is no proven methodology for simultaneously accounting for

Published in Getting Genetics Done
Author Stephen Turner

There's a new kid on the block for RNA-seq alignment. Dobin, Alexander, et al. "STAR: ultrafast universal RNA-seq aligner." Bioinformatics (2012). Aligning RNA-seq data is challenging because reads can overlap splice junctions. Many other RNA-seq alignment algorithms (e.g. Tophat) are built on top of DNA sequence aligners.

Published in Getting Genetics Done
Author Stephen Turner

Recently published in Nucleic Acids Research: F. Zambelli, G. M. Prazzoli, G. Pesole, G. Pavesi, Cscan: finding common regulators of a set of genes by using a collection of genome-wide ChIP-seq datasets., Nucleic acids research 40 , W510–5 (2012). Cscan web interface screenshot This paper presents a methodology and software implementation that allows users to discover a set of transcription factors or epigenetic modifications that

Published in Getting Genetics Done
Author Stephen Turner

I found the slides below on the education page from Bioinformatics & Research Computing at the Whitehead Institute. The first set (PDF) gives an overview of the methods and software available for quality assessment of microarray and RNA-seq experiments using the FastX toolkit and FastQC. The second set (PDF)  gives an example RNA-seq workflow using TopHat, SAMtools, Python/HTseq, and R/DEseq.