BiologiaInglêsWordPress

quantixed

quantixed
x == (s || z). You say it kwontized
Pagina inicialFeed AtomMastodon
language
FunCyclingGarminIgorProRstatsBiologiaInglês
Publicados

As a geek, the added bonus of exercise is the fun that you can have with the data you’ve generated. A recent conversation on Twitter about the accuracy of wrist-based HRMs got me thinking… how does a wrist-based HRM compare with a traditional chest-strap HRM? Conventional wisdom says that the chest-strap is more accurate, but my own experience of chest-strap HRMs is that they are a bit unreliable. Time to put it to the test.

ComputingFunNetwork AnalysisRstatsTwitterBiologiaInglês
Publicados

My activity on twitter revolves around four accounts. I try to segregate what happens on each account, and there’s inevitably some overlap. But what about overlap in followers? What lucky people are following all four? How many only see the individual accounts? It’s quite easy to look at this in R. So there are 36 lucky people (or bots!) following all four accounts.

Adventures In CodeCodeDebuggingIgorProBiologiaInglês
Publicados

This deserved a bit of further explanation, due to the stupidity involved. My code was giving an unexpected result and I was having a hard time figuring out the problem. The unexpected result was that a resampled set of 2D coordinates were not being rotated randomly. I was fortunate to be able to see this otherwise I would have never found this bug and probably would’ve propagated the error to other code projects.

ScienceAdviceOrganisationBiologiaInglês
Publicados

A while back, the lab moved to an electronic lab notebook (details here and here). One of the drivers for this move was the huge number of hard copy lab note books that had accumulated in the lab over >10 years. Switching to an ELN solved this problem for the future, but didn’t make the old lab note books disappear. So the next step was to archive them and free up some space.

ScienceCell BiologyCell DivisionMitosisBiologiaInglês
Publicados

This wonderful movie has repeatedly popped up into my twitter feed. http://quantixed.org/wp-content/uploads/2018/04/ctenophore.mp4 It was taken by Tessa Montague and is available here (tweet is here). The movie is striking because of the way that cytokinesis starts at one side and moves to the other. Most model systems for cell division have symmetrical division. Rob de Bruin commented that “it makes total sense to segregate this way”.

Adventures In CodeComputingFunScienceCodeBiologiaInglês
Publicados

I read about Antonio Sánchez Chinchón’s clever approach to use the Travelling Salesperson algorithm to generate some math-art in R. The follow up was even nicer in my opinion, Pencil Scribbles. The subject was Boris Karloff as the monster in Frankenstein. I was interested in running the code (available here and here), so I thought I’d run it on a famous scientist.

OpinionPublishingAdvicePreprintsBiologiaInglês
Publicados

So quantixed occasionally gets correspondence from other researchers asking for advice. A recent email came from someone who had been “scooped”. What should they do? Before we get into this topic we have to define what we mean by being scooped. You were working on something that someone else was also working on – maybe you knew about this or not and vice versa – but they got their work out before you did.

FunGPSIgorProPlotsRunningBiologiaInglês
Publicados

I recently got a new GPS running watch, a Garmin Fēnix 5. As well as tracking runs, cycling and swimming, it does “activity tracking” – number of steps taken in a day, sleep, and so on. The step goals are set to move automatically and I wondered how it worked. With a quick number crunch, the algorithm revealed itself. Read on if you are interested how it works. The watch started out with a step target of 7500 steps in one day.

Adventures In CodeComputingIgorIgorProMathsBiologiaInglês
Publicados

Many projects in the lab involve quantifying circular objects. Microtubules, vesicles and so on are approximately circular in cross section. This quick post is about how to find the diameter of these objects using a computer. So how do you measure the diameter of an object that is approximately circular? Well, if it was circular you would measure the distance from one edge to the other, crossing the centre of the object.