Skip to main content

Aaron Uy - UPenn Weeks 4 & 5


At the start of my fourth week, I was given an independent project to do along with an undergraduate student there, Sarah. Our job would be to perform immunohistochemistry (IHC) on mice brains to delineate regions in the striatum, a region in the brain. IHC utilizes the specificity of antibodies to attach to epitopes on specific antigens. This allows certain cells of a tissue section (with a certain antigen) to be “selected” by a certain antibody. By adding a secondary antibody with a fluorescent tag, target cells can be selectively labeled, imaged, and analyzed. We sought to mark regions in the striatum based on cellular count intensity.  

The procedure begins with perfusing the mice.  This is a gory procedure that involves anaesthetizing a live mouse, pumping out the blood from its circulatory system, injecting a preservative solution into it heart, pumping this solution throughout its circulatory system, chopping its head off, and dissecting out the whole brain. This process fixes and preserves the brain tissue in its current state so that it can be sliced and later studied.  Thankfully, I was given a few mice to practice on as my post-doc made it look much easier than it actually is. 

Afterwards, the brain is sliced into 50 micron slices using a vibratome. The slices are then soaked  in a series of antibody baths, mounted onto slides, imaged under an epifluorescence microscope, and then the cells are counted based on a grid formation. This allow us to create a heat map of the concentration of certain cell types in the striatum. Counting the often hundreds of cells (in each slice) can be a very strenuous and monotonous task and this is furthered by the fact that this need to be repeated for dozens of slices for each brain (and we need to do a lot of mice for statistically significant data). As a result, I spent the time in between steps of the IHC protocol developing a semi-automated pipeline to count the cells using an imaging software called ImageJ. Much of the fifth week involved writing the code, but the thing is – I don’t really know how to code so that was a bit of a doozy. It was a lot of watching videos, reading forums, and having no clue what to while debugging and troubleshooting. Eventually, it all worked out though.

Using machine learning, the software is “taught” to recognize cells from the background, and this training data can be saved and used in the counting pipeline. Afterwards, one only need to feed the pipeline an image of a slice of the brain. After a short while, it will summarize the cell counts of the slice based on an automatically generated grid box.

I still have to figure out how to write the code so it can be feed an entire folder of images and sort the resulting data, but that’s one of my goals for the upcoming week(s). Next week, we plan to do do IHC on numerous more mice, and this pipeline will save a lot of time in the near future as well as after I’m gone from the lab.

Comments

Popular posts from this blog

Evan Bradley, Week 3 at the Missouri Orthopaedic Institute

As mentioned in my previous blog, I have been awaiting ligament, menisci, and cartilage tissue from a canine or human knee joint for (interleukin) IL-1B tissue culture. IL-1B is an inflammatory cytokine that has been proven to increase rates of tissue degeneration and osteoarthritis development in the Thompson Lab. Dr. Stoker wants me to experiment with different types of knee tissues in a co-culture with varying levels of this cytokine to determine its effects on the entire knee joint. This co-culture uses an insert permeable to the media to separate the two tissue samples from physical contact, while allowing them to share the same media. This creates an extremely accurate model for knee tissues in their native environment due to their exposure to the same synovial fluid in the joint. This model would then be treated with the IL-1B and cultured for 21 days. During these 21 days, the media would be collected every three days for biomarker evaluation at the end of the stu...

Kylie Heering, Week 2 at the Goldstein Lab

We started off our week with a congratulatory acai bowl trip to celebrate Preston’s acceptance into a training grant program. Acai bowls in California top Playa Bowls (no question about it). From what I can tell, its a pretty huge honor to be recognized by this grant, but he’s really humble about it. On Monday, Preston and I decided that testing antibodies that have never been tested on prostate epithelial cells before would be a good objective for my first Western blot on my own. We needed to probe for ASCT2, a glutamine transporter, and GLS in order to determine if their corresponding antibodies are functional. Antibodies are crucial for Western blots because they bind to the protein of interest (POI), allowing for us to qualify its expression after imaging. As such, Preston wanted to make sure they worked by probing for ASCT2 and GLS on three different cell lines. Cell lines are commercially purchased human cells that have been immortalized (modified to grow indefinitely) by telome...

Daniel Cheng, In My Own Room

I had no idea that Pennsylvania is this wide. Within the first hour, my train had reached Philly. But to Pittsburgh, it took another seven. Even before I stepped foot into the Search-Based Planning Lab, I was waylaid by some anxious news. The PhD student assigned to be my mentor, Dhruv, texted me that he, Dr. Likhachev, and most of the lab would be out of town for the entire week. So that was that. Fortunately, it was my first week, the week to be spent learning new material, and Dhruv provided me with plenty to digest. I already had ROS (Robot Operating System) installed, so I looked towards the tutorials that ROS provided. I copied commands into my Linux laptop's terminal to run ROS features. I learned the basic structure of ROS: packages, services and clients, publishers and subscribers, messages, nodes, and topics (which nodes communicate messages over). There was one simple yet interesting program I came across in the tutorials called turtlesim, for which using only 2 comm...