BiologieAnglaisWordPress

quantixed

quantixed
x == (s || z). You say it kwontized
Page d'accueilFlux AtomMastodon
language
Adventures In CodeScienceCOVID-19GgplotRstatsInformatique et sciences de l'informationAnglais
Publié

The scientific response to the COVID-19 pandemic has been astounding. Aside from efforts to generate vaccines, the genomic surveillance of the virus has been truly remarkable. For example, the nextstrain project has sequence many SARS-CoV-2 genomes. In fact, the rapid identification of multiple new strains and mutations by diverse groups of scientists has resulted in a nomenclature crisis.

FunGpxRunningStatisticsInformatique et sciences de l'informationAnglais
Publié

Reading about someone else’s recovery-after-injury story can be a bit dull. At least that was my conclusion after pressing delete on my story a moment ago. Having spared you the details, the summary is: I got injured. It hurt. It took me a year to recover because I didn’t tackle the recovery properly.

PublishingScienceBioRxivClathrinCRISPRInformatique et sciences de l'informationAnglais
Publié

We have a new paper out! I am a bit late with this post, since the accepted version went online in December 2020, and the final version appeared a few weeks ago. It will shortly appear in a finished issue of the journal so I can tell myself that I am not too late yet. What’s it about? A complex of TACC3-chTOG-clathrin-GTSE1 is important for stabilising the mitotic spindle during cell division.

FunGarminRstatsRunningInformatique et sciences de l'informationAnglais
Publié

Many running races and events have been cancelled or disrupted due to the pandemic. To fill the void, I’ve been taking on Garmin’s “Challenges”. In Garmin Connect, you can accept a challenge set by Garmin (I think users can challenge each other too). Completion of these challenges gives the user points, which I’ve become somewhat obsessed with.

Adventures In CodeComputingFunChildrenGamesInformatique et sciences de l'informationAnglais
Publié

The IQ Block game is a puzzle where the player must fit eight shapes into a square space. The challenge is to find as many ways as possible to do it. The box says there are more than 40 solutions! So how many are there? I wrote a solver to crack the IQ Block game. The code is available here and a detailed description is at the end of the post. The solver found 264 solutions from 33 placements.

Adventures In CodeFunBashEmailPiCamInformatique et sciences de l'informationAnglais
Publié

I have a long-running project to make timelapse movies using a Raspberry Pi Zero with camera module. I’m capturing a countryside view and have images for two years. The uptime on the Pi is seriously impressive, but nonetheless I wanted to upgrade the Pi so that it would send me updates of how it’s going, so that I would know if it image capture had failed. Here is my solution.

ReadingMD997PapersTeachingInformatique et sciences de l'informationAnglais
Publié

It is an annual event on quantixed to post the papers I have selected for MD997 Frontier Techniques and Research Skills in Biomedicine. Previous selections are grouped here. The deal is that each student picks a paper from the list and then uses it to write a “grant application” for a research project. They also present the paper to the class and finally we do a grant panel where projects are scored!

Adventures In CodeAdobe IllustratorBashGrepTftbInformatique et sciences de l'informationAnglais
Publié

I was working on a figure in Adobe Illustrator today. The ai file had 32 embedded TIFF files (we tend to embed images rather than linking them for portability reasons). I wanted to change all of the images, but to do this I needed to know where the originals were.

ComputingClinical TrialsCOVID-19Rare DiseaseRekaryoInformatique et sciences de l'informationAnglais
Publié

The database clinicaltrials.gov is a web resource of clinical trials around the world. It has a REST API that gives access to clinical trial data. There are some resources available to interact with this resource using R, such as rclinicaltrials and ClinicalTrialsAPI. We were interested at looking clinical trials for rare diseases and particularly whether this year, COVID-19 had affected these trials.

ComputingCyclingGpxIgorProStravaInformatique et sciences de l'informationAnglais
Publié

A short follow-up post. Previously, I looked at how to reproduce a Strava feature that compares performance over similar courses. With a few modifications to the code, I was able to analyse a much larger dataset of cycling performance on similar courses. Two courses with the highest number of tracks are shown below. I cycle these courses all the time. Well, I did until the pandemic struck.

ComputingFunGarminGpxIgorProInformatique et sciences de l'informationAnglais
Publié

One of several features that Strava put behind a paywall was the ability to compare performance on similar courses. I miss this comparison tool and wondered how hard it would be to code my own. This post is a walkthrough of how I approached the problem. The code is available here. It uses the trackeR library in R to convert the GPX tracks to a huge dataframe. This is then processed by IgorPro.