(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Cryo-EM analysis of multiple proteins in a single purified sample
What is it about?
This study aimed to investigate how certain proteins in E. coli work together to ensure that membrane proteins are properly inserted, folded, or degraded. The focus was placed on a potential complex formed by the proteins FtsH and YidC, using cryo-electron microscopy (cryo-EM) to visualize their structure. Instead of the expected complex, detailed structures of two other proteins, ArnA and AcrB, were obtained. These proteins, known contaminants in purification procedures, were confirmed to be present through additional methods. ArnA, which is typically found inside the cell, was consistently detected in membrane-associated samples. Other proteins were also observed, indicating that unintended proteins can be co-purified or may associate with membranes more than previously recognized.
Why is it important?
This study highlights the challenges in studying membrane protein complexes and shows how easily unintended proteins can sneak into experiments. Importantly, it also shows the surprising power of cryo-EM to uncover these "off-target" proteins in great detail. These findings can help scientists improve protein purification methods and may lead to a better understanding of unexpected but potentially meaningful protein interactions in cells.