Matt Cannon
banner
mattvcannon1.bsky.social
Matt Cannon
@mattvcannon1.bsky.social
Bioinformatics, genomics, single-cell sequencing, 3D printing and CAD
https://github.com/MVesuviusC
https://github.com/kidcancerlab
November 13, 2025 at 2:17 PM
I did a lot of validation work to show that the approach works when using pseudobulked data. I even implemented bootstrapping to get estimates of confidence. This all got bundled into an R package which I tried to make pretty easy to use. This is an osteo patient sample.
November 13, 2025 at 2:09 PM
This was in collaboration with John Sherman and Nixon Raj (not on bluesky) who are covering most of the material.
November 13, 2025 at 1:47 PM
One reason I tend to use the same seed everywhere is I don't want to give the appearance of fishing for specific results. If I do this in R:
set.seed(784387803)
t.test(sample(1:100, 10), sample(1:100, 10))
I get a super significant result because I wrote a loop to find a good seed.
October 22, 2025 at 2:49 PM
Your lab logo is fantastic
October 15, 2025 at 1:16 PM
How do you 'make noise' online about your professional work? Let me know and I’ll share it with the folks I talked to last week so they hear from people who are better at this than me!
October 15, 2025 at 1:53 AM
Here’s the result of my own effort (putting my money where my mouth is!):
My GitHub profile: github.com/MVesuviusC
My new personal site: mvesuviusc.github.io
MVesuviusC - Overview
MVesuviusC has 36 repositories available. Follow their code on GitHub.
github.com
October 15, 2025 at 1:53 AM
I'm naturally bad at this, but getting better - if I can do it, anyone can!
A key tool I use for this is GitHub, which makes it much easier.
I walked through setting up a GitHub profile page to showcase your work. I also showed how GitHub Pages lets you create a simple personal website, quickly.
October 15, 2025 at 1:53 AM
You need to make a bit of noise to show people you exist and what you can do.
One advantage for computational scientists is how easily we can show off our work online. When I did lab work, it would have been hard to show myself pipetting PCRs on the internet.
October 15, 2025 at 1:53 AM
I'll also add that I've seen fastqs in SRA for scRNAseq datasets that lack the data on barcodes and is functionally just expensive bulk RNAseq
October 3, 2025 at 2:47 PM
September 22, 2025 at 12:40 PM
One thing I found helpful to understand git more in depth was a series of podcast episodes going over jwiegley.github.io/git-from-the.... First episode is here: www.codingblocks.net/podcast/unde...
Understanding Git
After working with Git for over a decade, we decide to take a deep dive into how it works, while Michael, Allen, and Joe apparently still don't understand Git.
www.codingblocks.net
September 3, 2025 at 1:08 PM
I can confirm that Genevieve is awesome to work with
August 20, 2025 at 7:25 PM