Cochrane Reviews has issued an editor's statement about the mask-wearing paper that has been getting so much attention lately.
Below, the statement, in which they both endeavor to clarify the implications of the study and take responsibility for the poor initial job of public communication.
CBC’s “Marketplace” is doing some fascinating reporting on DNA tests. The articles are entertaining, and provide a bit of education on why the results are so unpredictable and unreliable.
Dogs: https://www.cbc.ca/news/business/marketplace-dog-dna-test-1.6763274
Humans:
https://www.cbc.ca/news/science/dna-ancestry-kits-twins-marketplace-1.4980976
I am going to start a new series of posts based on new things (new to me) I learned about recently and they will be included in the TIL category. I learned about TIL from the bird app a while ago and it is based on the popular subreddit todayilearned. I used to post TIL...
An interesting conundrum about dealing with data in a company with so many different types of biological teams and experiments is satisfying domain specific needs with very general database infrastructure.
We have a relational database and the models, like Sample, have a well defined meaning. But if a team wants a Tissue Sample, now I have to specify a set of properties to store for each Sample to make it a new "type", e.g organ.
Generality is awesome but sometimes kinda messy.