Old QM photos on flickr
Sunday, August 23rd, 2009Just bought a new scanner, so I thought I’d scan in some of the old photos I had from QM days:
qmu – a set on Flickr
Just bought a new scanner, so I thought I’d scan in some of the old photos I had from QM days:
qmu – a set on Flickr
Alyson Lister’s comprehensive blog notes from Science Online London 2009
Went to see Sin Nombre at the weekend. Bit disappointed. All of the characters are half-arsed outlines:
Casper: Gangster with a Heart of Gold
Smiley: Easily led kid who idolises Casper.
Sayra: innocent damsel-in-distress, trying to get to the USA from Honduras.
Gang bosses inured to violence, incapable of empathy, spouting unconvincing rubbish about loyalty and brotherhood.
The cast [...]
Crantastic.org – New iusethis / cpanratings type thing for reviewing and rating R CRAN packages. Slightly alarming colours, but potentially useful? Don’t think it includes Bioconductor packages, but source is on Github.
Sometimes I have to make a character vector in R. Say for renaming the columns of a matrix. In which case, I have to laboriously type quotes around each of the names. I know it’s only a minor irritation, but wouldn’t it be nicer if they could be quoted for you? Like in Perl where [...]
My notes on the sequence/quality data from Illumina genome analyser.
Phred
Phred is a program that takes the trace files produced by traditional DNA sequencing, calls the bases and assigns a quality value to each called base.
It calculates a score for each base as:
Qphred = -10 x log10(1/$error_prob)
Where $error_prob is the probability of the base call [...]