• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
UT Shield
The University of Texas at Austin
  • Home
  • Applying for Renewal: No Summer 2023 Program
    • Cancer Research
    • Texas 4000
  • Not Accepting Applications for Summer 2023
  • Frequently Asked Questions
  • Scholars Blog

2018

July 23, 2018, Filed Under: 2018, learning, research

Research Progress So Far

I am Fawaz Mohsin, an Economics and Biomedical Engineering major from the University of Connecticut. I am doing research through the BME CUReS REU in Thomas Milner’s Lab this summer, which specializes in imaging and diagnostics.

We have had several challenges that we have had to overcome, as well as many successes.

We are conducting experiments with the Chick Chorioallantoic Membrane Assay(CAM). The CAM assay is basically when we expose the innards of a developing chick egg in order to observe and test on it’s vasculature.

photo of chick eggs and developing vasculature
Developing chick eggs in the lab

The reason our lab is using the CAM assay is to practice using our 1070 laser to coagulate blood vessels. Why is this important? In many surgeries, patients can die from bleeding out. If we can coagulate blood vessels using the 1070 laser, surgery can be performed without any fear of losing too much blood.

Egg under a laser and the image produced from the laser of developing vasculature

The problem is that we need to pin down the specific intensities, powers, and durations of laser beam needed to coagulate blood vessels of different sizes at different depths beneath the skin. In order to do this, we need to collect many data points and recognize a trend. On top of this, the procedure we were following for the CAM assay was producing a very low yield, with high risk of infection.

Through trial and error, I was able to perfect our procedure to produce a high yield of healthy, developing eggs – with a lower chance of infection. On top of this, we have had several successes in using the 1070 laser to coagulate blood vessels, giving us several data points.

As I reflect back on my summer thus far, I am grateful to have been given such an amazing opportunity to broaden my skills and participate in research.

The skills I am gaining could not have been learned anywhere else.

-Fawaz Mohsin, University of Connecticut

July 13, 2018, Filed Under: 2018, cancer, texas4000

Letter to Texas 4000 Riders: Victoria and Suchin

Suchin Kundra and Victoria Lee are part of the Texas 4000 Sierra 2018 team. They and their team are arriving in Portland, Oregon on July 12!

 

Dear Suchin and Victoria,

My name is Katie and I wanted to congratulate you on the progress you’ve made these past few weeks on your journey to Alaska!

A couple weeks ago, I and other students in my research program made cards for all the riders on the Sierra route, and I hope they were fun and encouraging. Your journey raises awareness and supports research opportunities, and you deserve some support in return.

Photo of hand made letters to Texas 4000 riders

Two of my mom’s close friends have recently been diagnosed with breast cancer, and I have seen the toll it takes on not only their lives and but also those of the people around them. I appreciate all of your hard work that has gone into this endeavor.

Your effort and perseverance have inspired myself and others to find our own ways to help in this war against cancer.

Two of the handmade cards for Suchin and Victoria

 

Biking 4,000 miles is no easy task, and I can only imagine the challenges that come with the ride. Even if there are still a few miles to go, I hope you can see how far you’ve come and be proud of your accomplishments.

Keep on riding!

Sincerely,
Katie Long, Columbia University

July 11, 2018, Filed Under: 2018, research

Deliberate practice: becoming an expert

Hi there!

I’m Maiya, a rising sophomore at the University of Michigan, where I study biochemistry and mathematics. I am also a participant in the BME CUReS Cancer REU here at UT in Professor Pengyu Ren’s lab, where I am supervised by two wonderful graduate students: formally, by Brandon Walker, and informally, by Rui Qi.

My research in Prof. Ren’s lab tidily combines my two fields of interest (mathematics and biochemistry) into the fascinating field of computational molecular modeling. Now, though I am studying both, I am much more familiar with biochemistry, and while my computer skills are better than say, my parents, I had only passing experience with programming and scripting before I arrived; this is where practice has come in.

My mentor, Brandon, emailed me before I arrived in Austin to send a couple of papers and mention that most of the projects they were envisioning me working on involved a hefty amount of computer programming, mostly in Python. Of the papers he sent, one was biomedical in nature, the other three outlined the chemical force field that the lab uses, the general concepts behind molecular dynamic modeling, and an example of the use of molecular dynamics to model the free energy of binding of water. I was able to comfortably read and understand the first, but the other three required hefty amounts of Googling, Wikipedia-ing, and wading through unfamiliar words and long equations rife with unfamiliar symbols and words like “Fourier expansion”. Lacking programming experience, I dove into the free Codecademy Python course I found, and hoped for the best.

I arrived in Austin and on my first day, Brandon helped me set up a workstation. Seems straightforward enough, except the lab uses the Linux CentOS operating system, and I’d never used Linux, and had only seen a command line interface when I accidentally opened Terminal on my Mac. He emailed me a protocol and set me to replicating some data on a protein called MELK, a kinase that is upregulated in some cancer cells. I spent a lot of time Googling how to do such-and-such a task and slowly worked my way through the protocol.

One of the first tasks he gave me was writing a script to read a specific kind of molecular coordinate file called a Tinker xyz file and calculate the maximum dimensions of the protein described by the file. I just had to find the most positive and most negative x, y, and z coordinates and then use those to make a ‘box’ that would be filled with water molecules, ions, and eventually the protein. I spent hours just trying to figure out how to read the file, let alone processing the data in it. I ended up modifying the file and using a Python module that automatically reads the modified file to achieve my goal.

screenshot of script written in python language
The afrorementioned first Python script I write after beginning research.

 

Over the last 5-ish weeks, I have seen a lot of change. My focus has turned from MELK to a protein called Aldolase, an enzyme that interconverts between fructose-1,6-biphosphate and glyceraldehyde-3-phosphate and dihydroxyacetone phosphate as a step in glycolysis. It has shown potential as a cancer drug target by acting as a regulator for a transcription factor called HIF-1a, which upregulates cell growth and glycolysis and therefore the production of ATP. Targeting Aldolase decreases the production of ATP, which acts as a feedback regulator of HIF-1a, decreasing both cell growth and further decreasing the production of ATP, which is a source of cellular energy.

screenshot of chemical reaction simluation in computer environment
Visualizing the binding pocket of Aldolase bound to an inhibitor using two different visualization environments: Pymol (left) and VMD(right). I do this to try to identify potential interacting atom pairs to track using a python script.

 

More tangibly, my programming ability has improved. Though I am by no means an expert yet, through 5 weeks of writing a variety of scripts to do little tasks, debugging, improving, and more debugging, my programming abilities have improved immensely.

 

At the beginning, I knew enough about programming to be able to recognize when a task could maybe be more efficiently done with a short program, but not to execute. Now, I can at least plan out and start writing a script to achieve a task, even if I hit roadblocks along the way.

 

One of my most recent tasks was writing a program that reads what is called a Tinker arc file (essentially a bunch of Tinker xyz files all strung together), computes and records the distance between specific sets of atoms, and plots them against frames or as a frequency distribution. The arc file is the output of a molecular dynamics simulation and can be thought of as video film: a bunch of snapshots that when played sequentially let you see an approximation of what reality looks like. Like that first program I had to write, this has to read the Tinker xyz format, but in this case, I can’t just modify the file due to the file’s prohibitively large size. Encountering the same issue again, namely, how to read this file type, has given me the chance to put the small pieces of coding skills that I’ve developed over the last several weeks to use and allowed me to tangibly see my own improvement.

Screenshot of script with improvements
The aforementioned new script. Note the function called openfile: this is the part of my program that ‘reads’ the file. While this is still not the most efficient way to open and read the file, it is certainly an improvement over altering the file itself.

 

screenshot of a chart showing potential for hydrogen bonds in different gels
One of the plots generated by my new script. This allows us to analyze whether there might be hydrogen bonds between certain atoms in the binding site.

 

Every script I write, every time I use a remote secure server host to access the lab cluster from somewhere else, every time I use the terminal interface instead of using Finder on my laptop to make folders or move or rename files, every time I have to check Google or Stack Exchange or a module’s documentation or tutorials…

I know I am improving as a programmer, as an engineer, and as a scientist.

I know I am improving because each little task amounts to practice, and each little snippet of practice sums to growth and brings me a baby step closer to expertise.

-Maiya Yu, University of Michigan

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Go to Next Page »

Primary Sidebar

Blog

2015 2016 2017 2018 2019 2021 austin cancer fun graduate school learning reflections research texas4000 ut austin

Instagram

  • Instagram

Footer

Biomedical Engineering logo

BME CUReS Site

  • Applying for Renewal: No Summer 2023 Program
  • Not Accepting Applications for Summer 2023
  • Frequently Asked Questions
  • Scholars Blog

UT Home | Emergency Information | Site Policies | Web Accessibility | Web Privacy | Adobe Reader

© The University of Texas at Austin 2025