Applications are still open - UNTIL TOMORROW!
This is an extremely thorough analysis of the alterations that occur in the metabolome and proteome following chronic ethanol consumption.
On top of the proteomics - which involves both protein turnover analysis and acetylation enrichment multiple assays focus on absolute quantification of different panels of metabolite. Super solid work.
I can't test this yet, because....ummm.....this is a pretty impressive suggestion for what GPUs you should use.... I honestly didn't know that there were 40GB GPUs!
Let's run DIA on GPU!! And this one has a graphic user interface!
BoxCar works by chopping up your MS1 into lots of little DIA windows and then alternating between MS1 scans.
Could you do something very similar but with great big boxes that wouldn't slow anything down at all? And if they were static could it be done with absolutely no obvious consequences?
That's what MAP-MS appears to be! They study the distribution of trypitic peptides in humans to make their big window cuts and then multiplex their MS1 acquisitions to boost the lower abundance ions, reduce the highest abunance and everything seems to just work.
On DIA experiments they get 11% more coverage without changing anything else. A lot of people will trade in a proteomics instrument for 11% more IDs, so that's pretty appealing. I do have concerns that maybe not every piece of sofware will love the data, but we won't know until we try it!
Wow. Okay, so I was a little (lot) less excited about the desciption of this technology when sea slug neurons were being profiled when the technology was first described here. Those sea slug neurons can be really convenient to work with since they can grow out on a plate to be easily 100x larger than typical cells. However - these are rat brain cells and these are going to be biologically relevant to more than just sea slug biology!
They start with rapidly murdering the rats and getting to their brains and dissocation of the cells with papain. The cell suspension is then allowed to sink down and adhere to plates (fuzzy on this procedure, but it has been detailed in previous studies). Then those cells are fixed(?) in glycerol and some in ethanol (?) on the slides and they're ready for DESI analysis.DESI is like MALDI where you're moving spatially across a slide but the ionization is very different - from a mass spectrometrist standpoint the most important part is that you're multiply charging things. Here they can get the charges up enough that proteins are picking up enough charges to be detected in an Orbitrap (Exploris) running single ion methods.
It's a brief read, and a really interesting one. There is a really cool supplementary video and if you want to find what proteoforms were actually detected you'll want Supplemental Data 5.4. All the files are up on MASSIVE, but I suspect given the unique nature of the data it might be tough to make sense of them with the tools that I have.
Intact protein analysis of 10,000 freaking rat brain cells?!?
Do they cite the paper that gave the S-Trap method to the world? No, and that thing would be at about a zillion citations if everyone did. Otherwise, it's a nice comparative analysis.
Okay - so this one has bugged me (and a lot of other people for a long time) - we can do a pretty great job now of predicting peptide fragmentation (unless the vast majority of PTMs are involved). Supposedly we can do a solid job of predicting peptide elution patterns (exclusively from C-18 reversed phase chromatography).
What has been missing is predicting what peptides from each protein will actually ionize (or fly).
This has been tried before, btw -
I'm a little sad to say this but when I did my normal round of sending a paper that I just found yesterday and was reading at lunch the responses were univerally ...skeptical at best.... but maybe this is finally it!
Introducing pFLY! (I read it at lunch yesterday and it's faded in my mind a little but I'm just about 99.0% that the p stands for Pug)
I've got a lot to do today, but this new study is a jaw-dropper.
Sometimes this blog is just what I learn as I'm going through learning something for myself - and this is clearly one of those posts.
One thing that was not emphasized nearly as well as it could have been during my interviews at Pitt was the absolutely amazing world class High Performance Computational /Computer / Cluster (HPC) framework that we have.
It took a little work and me bugging colleagues with dumb questions, but I've got some workflows going that need a lot of firepower!
Namely things like FragPipe open search - and R packages that almost inevitably require ludicrous amounts of RAM.
Things I've learned so far.1) The time to get my data to the HPC can be a bottleneck worth considering. My TT Ultra2 is generating around 160GB of data/day right now. Around 1.5GB per single cell and closer to 4GB for libraries and QC samples. Seems to average out pretty close to 160GB. Transferring 1 day of files to the HPC seems to be around 1-2 hours. Not a big deal, but something to consider if you're the person prepping samples, running the instruments, writing the grants and papers, writing blogposts and picking your kid up on time from daycare every day. Worth planning those transfer out.
2) NOT ALL PROGRAMS YOU USE WORK IN LINUX. FragPipe, SearchGUI/PeptideShaker, MaxQuant are all very very pretty in Linux. Honestly, they look nicer and probably run better than in Windows. DIA-NN will run in Linux, but you do lose the GUI. You have to go command line. But what you can do is set up your GUI runs and then export those from DIA-NN. Maybe I'll show that later.
3) You may need to have good estimates of your time usage. In my case I currently get a 50,000 core hour allotment. If I am just doing 80 Fragpipe runs, I need to think about
Cores I need x number of hours I need those cores. I can't request more than 128 cores simultaneously right now (for some reason, yesterday I could only request 64 with FragPipe, I should check). But if I need 128 cores - do I need those for 10 hours? If so, thats' 1,280 core hours I will blow through.
Since MSFragger is ultra-fast but match between runs and MS1 ion extraction is less fast and uses fewer maximum cores/file, there isn't a difference for a small dataset for using 32 cores. Your bottlenecks aren't where you really scale up forever.
4) Things that are RAM dependent may be WAY WAY FASTER. I think we scale to 8GB of RAM/core on our base clusters here. 32 cores gives me 256 GB of RAM! If your program is fast enough to read/write to offset a lack or RAM or use every amount of RAM around to maximum effect, those things can be much much faster.
5) Processes that are processing core speed dependent may be slower. For a test, I gave FragPipe 22 14 cores on a desktop in my lab and 14 cores on the HPC with the same 2 LFQ files. Unsurprisingly, you can really crank up the Ghz on desktop PCs where it makes sense to have lower overall core speeds when you have 10,000 cores sitting around.
6) You probably need help with all installation and upgrades. Most of us are used to that by now, though. I can upgrade my lab PCs to FragPipe 23 today. I need to put in a service request to have someone upgrade me on the HPC.
7) You may have to wait in line. I tried to set up some FragPipe runs before bed and requested the HPC allotments. Then I dozed off in my chair waiting my turn. Then when I woke up the clock had already started ticking. I wasn't using my cores, but I had blocked them so no one else could use them, so they did count against me.
I'll probably add to this later -but I highly recommend this recent study out of Harvard which has been my go-to guide.