BiologíaInglésBlogger

Getting Genetics Done

Getting Things Done in Genetics & Bioinformatics Research
Página de inicio
language
DatabasesSoftwareWeb AppsWritingBiologíaInglés
Publicado
Autor Stephen Turner

It's happened to all of us. You read about a new tool, database, webservice, software, or some interesting and useful data, but when you browse to http://instititution.edu/~home/professorX/lab/data, there's no trace of what you were looking for. THE PROBLEM This isn't an uncommon problem. See the following two articles: The first gives us some alarming statistics.

AnnouncementsRSoftwareTutorialsWritingBiologíaInglés
Publicado
Autor Stephen Turner

Coursera's free Computing for Data Analysis course starts today. It's a four week long course, requiring about 3-5 hours/week. A bit about the course: There are also hundreds of other free courses scheduled for this year. While the Computing for Data Analysis course is more about using R, the Data Analysis course is more about the methods and experimental designs you'll use, with a smaller emphasis on the R language.

AnnotationBioinformaticsGWASRRecommended ReadingBiologíaInglés
Publicado
Autor Stephen Turner

Here are links to all of this year's posts (excluding seminar/webinar announcements), with the most visited posts in bold italic . As always, you can follow me on Twitter for more frequent updates. Happy new year!

BioinformaticsRRecommended ReadingRNA-SeqSequencingBiologíaInglés
Publicado
Autor 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

BioinformaticsRNA-SeqSequencingSoftwareBiologíaInglés
Publicado
Autor 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.

BioinformaticsPythonRTutorialsBiologíaInglés
Publicado
Autor Stephen Turner

If you need to catch up on all those years you spent not learning how to code (you need to know how to code), here are a few resources to help you quickly learn R and Python, and have a little fun doing it. First, the free online Coursera course Computing for Data Analysis just started.

BioinformaticsRRNA-SeqSequencingBiologíaInglés
Publicado
Autor Stephen Turner

Update (Dec 18, 2012): Please see this related post I wrote about differential isoform expression analysis with Cuffdiff 2. DESeq and edgeR are two methods and R packages for analyzing quantitative readouts (in the form of counts) from high-throughput experiments such as RNA-seq or ChIP-seq.

RStatisticsVisualizationBiologíaInglés
Publicado
Autor Stephen Turner

About a year ago I wrote a post about producing scatterplot matrices in R. These are handy for quickly getting a sense of the correlations that exist in your data. Recently someone asked me to pull out some relevant statistics (correlation coefficient and p-value) into tabular format to publish beside a scatterplot matrix.