All posts by admin

CD 14 now also on the vitamin+allergy list

Just for curiosity I am collecting a list of allergy genes that are vitamin D dependent. The list is already rather long but now there is a prominent addition: CD14. Known as asthma gene for many years the vitamin D dependency isn’t such clear. A clever analysis, however, now shows that there is an intermediate step involved Continue reading CD 14 now also on the vitamin+allergy list

 

CC-BY-NC Science Surf , accessed 01.08.2026

Placebo for placebo

or “Do placebo responders exist?” is a remarkable new review by researcher from the Harvard Medical School. I always wondered about the sheer size of the placebo effect (and its perception as nuisance parameter). The authors simply ask the question

… this paper also examines the evidence for the existence of a consistent placebo responder, i.e. a person who responds to placebo in one situation will respond in another condition or using a different type of placebo ritual….

Suggestibility is a human trait, yea, yea.

 

CC-BY-NC Science Surf , accessed 01.08.2026

Vitamin D as an adjuvans to specific immunotherapy

Despite the known allergy promoting effect of vitamin D in early childhood, there is mounting evidence that it may have beneficial effects during specific immunotherapy. A paper on “IL-10-inducing adjuvants enhance sublingual immunotherapy efficacy in a murine asthma model” by researchers from a French allergen company Continue reading Vitamin D as an adjuvans to specific immunotherapy

 

CC-BY-NC Science Surf , accessed 01.08.2026

Genome Browser now with GADview track

Just reveived an email from the creators of the Genetic Association Database (GAD)

… Your published genetic association study has been included in the recent update of the NIH based, Genetic Association Database (GAD), the database of human genetic association studies. Continue reading Genome Browser now with GADview track

 

CC-BY-NC Science Surf , accessed 01.08.2026

Orientation of genomic sequence and SNP allele designation

… permanently leading to errors – the plus / minus strand orientation and the consecutive sequence / allele designation of SNPs. Only recently I came across a fancy way how to define strand direction – from a tech note Continue reading Orientation of genomic sequence and SNP allele designation

 

CC-BY-NC Science Surf , accessed 01.08.2026

A catholic view of science

Following the protestantic view of science here are some thoughts that I found in the new book by Benedetto XVI aka Joseph Ratzinger “Jesus von Nazareth”. Rationality as divine gift? Yes, Benedict follows the Historical Critical Method but wants to reconcile it with revelation that is not accessible to logical arguments. While it is not a book on science Continue reading A catholic view of science

 

CC-BY-NC Science Surf , accessed 01.08.2026

Open peer review – publish first, review later

c’t 10.2008:82-89 has a nice article about open peer review “Die Weisheit der Massen” summarizing the current peer review process – the top line of the cartoon below. Following submission of a paper, it is initially screened for some formal requirements before being submitted to anonymous peer review and finally being published. Anonymous peer review lasts between 2 months and 2 years (!) and is abbreviated so far only by one biomedical journal Continue reading Open peer review – publish first, review later

 

CC-BY-NC Science Surf , accessed 01.08.2026

More retro vitamin D

During my recent trip to London, I could get a brief glimpse into the 1932 book “Vitamin D” by Reed, Struck and Steck. As this volume is not available in a German library and as it was not allowed by the British library to travel, I took now the lengthy procedures of registering, waiting in the queue, before searching this book for any allergy related items.
It seemed to be worthwile, although with some unexpected results: Continue reading More retro vitamin D

 

CC-BY-NC Science Surf , accessed 01.08.2026

3 R tips for loops

Tip 1: Avoid loops.
They are generally slow – use a function instead. Even with the need of variable and fixed columns in a loop, a function may be constructed like
apply(data,2,function(col2){table(col1,col2)

Tip 2: Always show current state.
Include options(warn=1) and show current state with cat(“message\n”);flush.console();

Tip 3: Avoid merging steps.
Use instead datasets in same order and with the same subset of the larger table before updating anew column with data from the second table.

 

CC-BY-NC Science Surf , accessed 01.08.2026