BiologieAnglaisWordPress

quantixed

quantixed
x == (s || z). You say it kwontized
Page d'accueilFlux AtomMastodon
language
Adventures In CodeCommunicationFunDatavizGgplotBiologieAnglais
Publié

At the time of writing, I have essentially left Twitter. It was a fun ride and without going into what’s happening there now, this is a good opportunity to look at my 12 years on the platform. Early in November, I downloaded my data and locked my Twitter account. This gave me all the data I needed. Using R, a few nifty libraries and the tweets.js file that was part of the download, I could gain quite a lot of insight.

ComputingHtmlMastodonRSSTwitterBiologieAnglais
Publié

There’s plenty of guides to getting going on Mastodon, aimed at people leaving Twitter. I just wanted to post a couple of technical points about making the switch that might be of interest to people who maintain webpages with Twitter content (feeds, embeds). Mastodon status updates (feed/timeline) Twitter provided a widget that meant that an account’s timeline could be embedded on a website.

FunCyclingGarminGpxRstatsBiologieAnglais
Publié

There are lots of ways for runners and cyclists to analyse training data. A key question most fitness enthusiasts want to know is “how am I doing?”. “How you are doing” is referred to as form . Unsurprisingly, form can be estimated in many ways. One method is using training stress scores (acute training load and chronic training load) to assess form as training stress balance.

FunGarminGgplotGPSGpxBiologieAnglais
Publié

By 30th September 2022, I had clocked up a total of over 2000 km of running in 2022. This milestone was a good opportunity to look at how I got to this point. The code is shown below. First, we can make a histogram to look at the distance of runs. From this type of plot it’s clear that my runs this year consist of a lot of 4-5 km runs and then a chunk of 21 km plus.

ScienceCell BiologyCell CultureCell LinesCRISPRBiologieAnglais
Publié

Here is a summary of the info I gleaned from asking for recommendations for the best human cell line. These were my criteria: For context, we currently use a number of human cell lines in the lab: HeLa, RPE1, HCT116, SKOV3; as well as many others in the past: HEK293, DLD-1, U2OS. I consider HeLa to be the almost perfect cell line.

ComputingFunBusterCameraEmailBiologieAnglais
Publié

Sometimes an update causes a chain reaction which borks a system. Here are some notes on how I fixed a SMTP mail issue on my Raspberry Pi camera project. A quick recap: the RPi camera takes pictures every ten minutes, each night the images get sent to a server and each week the transferred images get deleted.

FunCodeGgplotRstatsRunningBiologieAnglais
Publié

It’s been a while since I posted a breakdown of half marathon times. The last time seems to have been 2018. I decided to give my old code a clean-up and quickly crunched the numbers from the 2022 Kenilworth Half Marathon. First, the results: Briefly, the code below reads in a csv file of race results downloaded from the provider.

ComputingFunMp3MusicPlexBiologieAnglais
Publié

This website is all about niche tech tips and this post is no exception. I run a Plex media server. This allows me to stream my music collection when I am out and about. Plex pass owners get the nifty plexamp app for listening to music, which I really like. The databasing for the movie and TV show side of Plex works great, but the music side has its peculiarities. The problem I have a large music library.

Adventures In CodeComputingGithubRstatsRStudioBiologieAnglais
Publié

I recently made my first R package and was asked how I did it. The answer of course was: I searched, read, and stumbled around until it was done. But having gone through the process I figured it was worthwhile summarising what I did and what I found tricky. First off, there are a ton of resources out there that describe how to go about building a package.

ComputingRstatsBiologieAnglais
Publié

A short post to announce TrackMateR, a new R package to analyse TrackMate XML outputs. CodeInstructions Background TrackMate is a plug-in for ImageJ which ships with Fiji. It’s essential for single particle tracking work, particularly for microscopy movies. For example, tracking the movement of fluorescent vesicles inside cells. A tracking session generates a TrackMate XML file.