Thursday 23 February 2012

RNA Biology provides incentives to review

The full text of the email from Renee Schroeder and Eva Riedmann from RNA Biology is below. The gist of it is that researchers get free subscriptions and discounts on publication costs in exchange for reviewing. This is a clever move by them (in my completely biased opinion). The journal, Nucleic Acids Research, is the only other journal I know of that offers incentives for reviews. They offer a few pounds towards books or CDs from their preferred suppliers in exchange for reviewing. This is nice, but frankly the selection from those sources is very limited. I'd much rather have full access to the journals I review for (actually, I'd rather everyone had full access, that's another battle). All too often I've wanted to look at the published version of a manuscript that I've reviewed and not had access to it. This is ridiculous.



Dear Research Community –

We are writing to you now because you have either served as a reviewer or have submitted a manuscript to the journal RNA Biology in the past.

RNA Biology will be instituting a reviewer incentive program offering free subscriptions and discounts on publication costs in exchange for timely reviews. To guarantee the success of this program we need to update our database and are requesting a few moments of your time.

Please login to the RNA Biology submission and peer-review website here:

http://rnabiol.msubmit.net/

and click on the link “Modify Profile/Password.”

If you could please ensure that your institutional affiliation, address, and email address are up to date AND please select up to five ‘Areas of Expertise’, we would greatly appreciate this. (For your convenience, we have listed the areas of expertise below.)

This will ensure that we are able to notify you of new developments with the journal. Additionally, this information will help ensure that we have a robust database from which to quickly identify appropriate peer-reviewers.

If you have any questions or concern please contact us at rna@landesbioscience.com

Thank you very much for your help.

Sincerely,

Renee Schroeder
Editor-in-Chief
University of Vienna

Eva Riedmann, Ph.D.
Acquisitions Editor
Landes Bioscience

Areas of Expertise

Apatamers
biogenesis
bioinformatics
cancer
cell biology
chromatin
developmental biology
epigenetics
mechanism of translation
methods
miRNA
mRNA transport/localization
natural antisense
neurobiology/neurological disease
prokaryotes
protein-RNA interactions
regulation of stability/degradation
regulation of translation
ribonucleases
ribosome
riboswitches
ribozymes
RNA binding proteins
RNA damage/repair
RNA in disease
RNA stability/degradation
RNA viruses
RNomics
siRNA
small and large non-coding RNAs
splicing/pre-mRNA processing
therapeutics
transcriptome
TRNA

Wednesday 22 February 2012

Fetching sequences from EMBL/ENA using wget/curl

Every time I want to download several EMBL files (eg. all the bacterial genomes) I spend at least an hour trying to find the right URL syntax. This post is a public note to self that will help me next time and perhaps help others who are also receiving a few lines of HTML when all they want is a verdammt plain-text EMBL formatted file.

There is actual documentation on the right syntax here, which again takes a while to find, searching for wget, curl, EMBL and various related combinations doesn't get you there quickly. However, the main issue I have is, if I go to the recommended sequence record eg. here, none of the links work with a simple "wget URL" or "curl -G URL".

So, if I want to fetch the Roseobacter denitrificans genome sequence with EMBL accession CP000362. I use:
wget http://www.ebi.ac.uk/Tools/dbfetch/dbfetch/embl/CP000362
or if you're into curl:
curl -G http://www.ebi.ac.uk/Tools/dbfetch/dbfetch/embl/CP000362 > CP000362.embl

Simple!

Sunday 12 February 2012

Excited about eQTLs

During my time at the Sanger Institute I heard many talks from people in Manolis Dermitzakis' group on expressed quantitative trait loci (eQTLs). For practical purposes these eQTLs are SNPs that are strongly correlated with expression level eg. a population's genotypes at one site might be AA, AG and GG, a nearby gene might have corresponding median expression levels of 2, 4 and 6 (arbitrary units) across multiple genotyped individuals. Something I've always thought would be very interesting to look at was the functional characterisation of the sites these SNPs lie in. A recent paper by Gaffney et al entitled "Dissecting the regulatory architecture of gene expression QTLs" has made some inroads into this problem. It looks like they've focussed on the promoter regions and found that ~40% are in open chromatin structures and are enriched in transcription factor binding sites. My interests are of course more on the putative cis-regulatory elements such as structured UTR elements (eg. IREs) and microRNA binding sites that the eQTLs can presumably influence. So it looks like there are still many fun projects that these datasets can spawn.