Paul Harrison
banner
paulfharrison.bsky.social
Paul Harrison
@paulfharrison.bsky.social
Bioinformatician at Monash University, Melbourne, Australia.

I also use mastodon: @pfh@mastondon.online
https://mastodon.online/@pfh

My homepage is:
https://logarithmic.net/pfh/

On Twitter I was: @paulfharrison
The splats can also be used as weights for local model fitting.
October 11, 2025 at 7:36 AM
*Grimes
August 3, 2025 at 5:28 AM
If you've ever wondered why medical research has so many Chesterton's Fences, or what it would actually take to "do your own research", this would be a good starting point. (The target audience of the book is doctors seeking to use published medical research.)
August 3, 2025 at 5:18 AM
I did get the AMS. Not quite sure what I'm doing with it. Maybe some interesting possibilities mixing soft and hard materials.

I've heard good things about marble PLA.
July 31, 2025 at 4:27 AM
with apologies to grugbrain.dev
The Grug Brained Developer
grugbrain.dev
July 11, 2025 at 6:50 AM
Parquet format and the arrow library have been life changing.

(I suspect I should be getting on board with duckdb one of these days too.)
June 17, 2025 at 9:31 AM
(Well, not exactly fine. A change to any single species abundance alters all of these ratios, so the null hypothesis could then be quite correctly rejected for all species!)
May 18, 2025 at 3:19 AM
To be clear, I'm arguing semantics. I believe the software does *something* useful, it's just not being described clearly.

For example, it might look at the ratio of each species to the geometric mean as a baseline. This is fine, but that baseline's appropriateness needs to be checked.
May 18, 2025 at 2:11 AM
Putting it through its paces. However I have more testing to do to really get to know this transformation.

logarithmic.net/varistran/ar...
Samesum transformation
logarithmic.net
May 3, 2025 at 8:59 PM
I've put an implementation in my old varistran package. There is a numerical optimization per sample, but I can apply Newton's method so it's fast.

logarithmic.net/varistran/re...
Normalized log2 counts using samesum method — samesum_log2_norm
This is a method of computing log counts while dealing sensibly with zeros and differing library sizes. It should cope well with very sparse data. The input is transformed using log2(x/scale+1) with a...
logarithmic.net
May 3, 2025 at 8:58 PM
Transform counts like log2(count/scale+1), with a scale chosen per sample such that each sample adds to the same total.

It's similar to CLR with a pseudocount, but all zeros transform to the same value.
May 3, 2025 at 8:56 PM