BiologiaInglêsWordPress

quantixed

quantixed
x == (s || z). You say it kwontized
Pagina inicialFeed AtomMastodon
language
ComputingClinical TrialsCOVID-19Rare DiseaseRekaryoBiologiaInglês
Publicados

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.

ComputingCyclingGpxIgorProStravaBiologiaInglês
Publicados

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.

ComputingFunGarminGpxIgorProBiologiaInglês
Publicados

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.

FunColour PalettesDatavizFIJIImageJBiologiaInglês
Publicados

Here is a fun post about using colour palettes in R. It starts with a computer game… After a few years of sporadically playing Super Mario World 2 – Yoshi’s Island on the Retropie, I made it to the final level.

Adventures In CodeScienceGgplotPubMedRstatsBiologiaInglês
Publicados

During the pandemic, many virtual seminar programmes have popped up. One series, “Motors in Quarantine“, has been very successful. It’s organised by my colleagues Anne Straube, Alex Zwetsloot and Huong Vu. Anne wanted to know if attendees of the seminar series were a fair representation of the field. We know the geographical location of the seminar attendees, but the challenge was to find a way to examine research activity at a country level.

OpinionScienceMusicOutreachBiologiaInglês
Publicados

The coronavirus crisis has meant that scientific meetings and seminars have moved online. This change has led to me wondering: why don’t scientists give talks the way that musicians do gigs? The idea is: after posting a preprint or publishing a paper, a scientist advertises that they will livestream a seminar to explain the work. Attendance is free.

FunGarminGPSGpxPlotsBiologiaInglês
Publicados

Joe Friel reposted an article earlier this year on Efficiency Factor in running. Efficiency Factor (EF) can be viewed in Training Peaks software and he describes how it is calculated. This post describes how I went about calculating EF in R using a single gpx file. What is Efficiency Factor (EF)? Essentially, EF is the average distance that you are propelled forward per heart beat. The higher the number, the more efficient you are at running.

Adventures In CodeFunMusicColour PalettesDatavizBiologiaInglês
Publicados

I’m a long-term fan of Weezer. Such was the brilliance of their first two albums that I have stuck with them through thick and thin. And dear me, there has been some very thin music. Nonetheless I own every album – thirteen of them. Among them are six albums entitled “Weezer”. These records are colloquially referred to by the colour of the album. In chronological order: blue, green, red, white, teal and black.

PublishingLag TimesPubMedRstatsBiologiaInglês
Publicados

I am giving a talk next week and wanted to update some plots from an old analysis that previously featured on quantixed. The question is: how long does it take for a paper get published? The answer is complex (as previously discussed on quantixed), but we can at least find out using data from PubMed what journals declare as the time from when a paper is received to when it was published. The code is below and can be found here.