Skip to main content

Molecule 101: Urea (1)

Urea, this small molecule has been a lifesaver in my lab work, especially when dealing with stubborn western blots for transmembrane proteins. Urea, composed of two amide groups (Figure 1), is one of the most widely used protein denaturants in protein biochemistry. 


Fig 1. Chemical structure of Urea

(Fun fact: if you’re looking for smoother hands, check out hand creams containing urea—it’s also a moisturizing agent!)

One of urea’s favorite applications is in proteomics, where it is used to unfold and solubilize proteomes, making them susceptible to trypsin digestion. Its history in protein science goes back to Anfinsen’s famous experiment, which demonstrated that the code for protein folding reside in the amino acid sequence. Anfinsen unfolded ribonuclease using urea, and upon removing it, some proteins refolded, proving the “code” for folding is intrinsic to the sequence.

Like many scientists, I’ve been using urea in my experiments for years without giving much thought to how it actually works. So, let’s dig deeper into the question:

How Does Urea Work?

This question has intrigued protein chemists for decades. After diving into the literature (PNAS, PubMed ID: 17503819, PubMed ID: 20121105, ACS Publications), it seems like urea denatures proteins through a combination of direct interactions and indirect interactions (although direct interactions are more acknowledged): For direct interactions, Urea forms hydrogen bonds with the peptide backbone and side chains while also engaging in electrostatic and van der Waals interactions. For indirect effects, Urea disrupts water networks, reducing the hydrophobic effect and stabilizing solvent-exposed conformations. (My visual cue for urea’s action is that it seems to ‘tear apart’ the intricate network of intramolecular interactions holding the protein’s folded structure together.)

These mechanisms work together to destabilize native protein structures and shift the equilibrium toward unfolded states. Of course, urea’s carbonyl group and amide groups play a critical role in these direct interactions.

Practical Use: Urea in Transmembrane Western Blots

Transmembrane proteins, with their arrays of hydrophobic helices, are notoriously difficult to analyze using SDS-PAGE or western blotting. Standard sample preparation methods—boiling proteins in SDS at high temperatures—often fail for transmembrane proteins. Instead of fully denaturing, the proteins aggregate or remain in a limbo state ( I guess somewhere between aggregation and unfolded state?), causing smears and poor resolution in blots.

Here’s an example from my own experiments: in the left panel of my blot (Figure 2), you can see a giant smear where my YFP-tagged transmembrane protein should have been resolved. After incorporating urea into my protocol, the right panel shows a clear band corresponding to the expected protein size.

   Fig 2. My transmembrane blot 


The recipe of protocol is simple: Prepare your protein sample with a final concentration of 4 M urea and 5% beta-mercaptoethanol. Then, incubate at varying temperatures (room temperature, 37°C, and 70°C are good starting points for optimization).



Comments

Popular posts from this blog

Primer : Understanding PDB vs CIF files - what's inside your pymol file?

Whenever you visualize a protein structure using PyMOL or Chimera , have you ever wondered what’s really inside the file ? Nowadays, I am getting into informatics, and hope that this series helps beginners like me to get into it. Today, let's explore the PDB and CIF file formats , and their differences, Let's start by going to RCSB PDB and searching for 5GZA , a kinase enzyme that interacts with mannose sugar. Click the download tab and select PDB and CIF file formats. Exploring the PDB File Format To visualize the contents of a PDB file , open it in VS Code (or any text editor—though I personally dislike Notepad!). PDB files contain structured information with well-defined column formats . The first few sections include: HEADER, TITLE, COMPND → Metadata about the protein SOURCE, AUTHOR → Experimental details ATOM & HETATM → Atomic coordinates and ligands CONECT → Connectivity (bonds between atoms) The most useful part is the ATOM section , which contains 3D atomic ...

Weekly Reading: Five tasks that still challenge protein designers (Nature 635, 246-248 (2024))

Original article is here (  Five protein-design questions that still challenge AI ) This article brings an insightful snapshot for anyone interested in protein design, expecially non-expert (such as me!) consideing starting their own mini-project in this field. As an enzymologist, one of the striking aspects of the article is the emphasis on protein conformation . We often overlook the fact that proteins and enzymes are not static - they are indeed dynamic molecules. The structures we see are merely snapshots of one moment in time, but they does not necessarily capture the full extent of the protein's motion.  If protein dynamics are a 4-dimensional problem, perhaps designers are only starting to scratch the surface, seeking to understand this complexity in a simplified form. (I mean how many enzyme people run MD by themselves?) This raises a question: can we truly extract or capture protein dynamics just from sequence information alone? This seems like a huge challenge, expec...

Weekly Reading: Regulated N-glycosylation controls chaperone function and receptor trafficking (Ma etal.,Science386,667–672(2024))

The original article is here :   Regulated N-glycosylation controls chaperone function and receptor trafficking | Science One of my past research projects involved oligosaccharyltransferase (OST). Personally, I do not like working with transmembrane enzymes, like OST, but  one thing that's always intrigued me about OST or other post-translational modification synthetic enzymes (e.g. O-GlcNAc transferase), is their promiscuity—how do these enzymes work on such a wide variety of substrates? I mean, this paper is not about enzymology of OST, but the central question the paper ask in the introduction section is  compelling: Can the activity of OST be modulated by other factors?  Researchers figured out the N-terminal region of HSP90B1 (ER chaperone) plays a regulatory role in modulating OST activity. Essentially, they propose that this region can act as a pseudo-substrate , inhibiting the glycosylation activity of OST. Very cool!  How did evolution shape H...