Let It Flow: recreating a FACS plot with ggplot – quantixed

I promised myself a while back that I wouldn't write any more #ImageJ Macro code. When I made this promise I forgot about all the scripts that we have in use. “Oh, this one just needs a few tweaks and then it can be used in another project." And here I am again in ijm hell!

#AdventuresInCode #LifeOfPI

Tips from the Blog XVII: better Process Folder template in Fiji – quantixed

Tips from the Blog XVI: getting FASTA sequences

I am having some fun running AlphaPulldown on a computing cluster. A requirement is to have input sequences in FASTA format. I found that I needed to get ~600 sequences. I had a list of the relevan…

quantixed

New Year = New error messages to troubleshoot.

#AdventuresInCode #LifeOfPI

Tips From The Blog XIX: initialising a new RStudio project

I like to set up a standardised directory structure for RStudio projects. The idea came from here. In brief, the structure is: Data/ Output/Data/ Output/Plots/ Script/ My typical workflow is theref…

quantixed
Over and Over: quick ways to reuse handy shell one-liners

There are a few one-liners that I use in the shell to do some really nifty stuff. I struggle to quickly find and reuse these and asked for a solution on Mastodon. A handy one-liner might be somethi…

quantixed
Twitcher II: tweet frequency and top tweets

Another post looking at Twitter data in R. It follows this one and this one. I wanted to look again at my tweeting frequency over the 12 years on Twitter, but this time do it in a calendar view. So…

quantixed
Any Time At All: tweet frequency around the clock

Please consider this a “supplementary analysis” to my previous post looking at the frequency of tweets from my personal account over the last 12 years. I was curious about what times I …

quantixed
Twitcher: tweet frequency over the years

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…

quantixed