نتایج جستجو برای: peroxisomes

تعداد نتایج: 2526  

2016
Silvia Galiani Dominic Waithe Katharina Reglinski Luis Daniel Cruz-Zaragoza Esther Garcia Mathias P. Clausen Wolfgang Schliebs Ralf Erdmann Christian Eggeling

Membrane-associated events during peroxisomal protein import processes play an essential role in peroxisome functionality. Many details of these processes are not known due to missing spatial resolution of technologies capable of investigating peroxisomes directly in the cell. Here, we present the use of super-resolution optical stimulated emission depletion microscopy to investigate with sub-6...

2012
Łukasz Opaliński Magdalena Bartoszewska Susan Fekken Haiyin Liu Rinse de Boer Ida van der Klei Marten Veenhuis Jan A. K. W. Kiel

We have analyzed the role of the three members of the Pex11 protein family in peroxisome formation in the filamentous fungus Penicillium chrysogenum. Two of these, Pex11 and Pex11C, are components of the peroxisomal membrane, while Pex11B is present at the endoplasmic reticulum. We show that Pex11 is a major factor involved in peroxisome proliferation. We also demonstrate that P. chrysogenum ce...

Journal: :Molecular biology of the cell 2008
Mingda Yan Dorian A Rachubinski Saurabh Joshi Richard A Rachubinski Suresh Subramani

Yarrowia lipolytica Pex23p and Saccharomyces cerevisiae Pex30p, Pex31p, and Pex32p comprise a family of dysferlin domain-containing peroxins. We show that the deletion of their Pichia pastoris homologues, PEX30 and PEX31, does not affect the function or division of methanol-induced peroxisomes but results in fewer and enlarged, functional, oleate-induced peroxisomes. Synthesis of Pex30p is cons...

Journal: :The Journal of Cell Biology 1993
P Diestelkötter W W Just

The membrane insertion of the 22-kD integral peroxisomal membrane protein (PMP 22) was studied in a system in which peroxisomes isolated from rat liver were incubated with the [35S]methionine-labeled in vitro translation product of PMP 22 mRNA. Membrane insertion of PMP 22 was demonstrated by protease treatment of peroxisomes in the absence and presence of detergent. Approximately 35% of total ...

Journal: :Molecular biology of the cell 2004
Xiaodong Wang Moira A McMahon Shary N Shelton Mongkol Nampaisansuk Johnathan L Ballard Joel M Goodman

Several peroxisomal proteins have two nonoverlapping targeting signals. These signals have been termed "redundant" because targeting can still occur with only one signal. We now report that separate targeting motifs within both Pmp47 and Pex8 provide complementary function. Pmp47 is an ATP translocator that contains six transmembrane domains (TMDs). We had previously shown that the TMD2 region ...

1985
JONATHAN A. ARIAS SIDNEY L. GOLDFISCHER John F. Kennedy

The oxidation of very long chain fatty acids and synthesis of ether glycerolipids (plasmalogens) occurs mainly in peroxisomes. Zellweger's cerebrohepatorenal syndrome (CHRS) is a rare, inherited metabolic disease characterized by an apparent absence of peroxisomes, an accumulation of very long chain fatty acids, and a decrease of plasmalogens in tissues and cultured fibroblasts from these patie...

Journal: :Journal of lipid research 1996
K Pahan M Khan I Singh

In humans the oxidation of phytanic acid is a peroxisomal function. To understand the possible mechanisms for the pathognomic accumulation of phytanic acid in plasma and body fluids of Refsum disease (RD) and rhizomelic chondrodysplasia punctata (RCDP), we investigated activities of various steps (activation, transport, and oxidation) in the metabolism of phytanic acid in peroxisomes isolated f...

Journal: :Journal of cell science 1990
J M Goodman S B Trapp H Hwang M Veenhuis

Peroxisomes massively proliferate in the methylotrophic yeast Candida boidinii when cultured on methanol as the only carbon and energy source. These organelles contain enzymes that catalyze the initial reactions of methanol utilization. The membranes contain abundant proteins of unknown function; their apparent molecular masses are 20, 31, 32 and 47 x 10(3) Mr and are termed PMP20, PMPs31-32 an...

2010
Adabella van der Zand Ineke Braakman Henk F. Tabak

We show that a comprehensive set of 16 peroxisomal membrane proteins (PMPs) encompassing all types of membrane topologies first target to the endoplasmic reticulum (ER) in Saccharomyces cerevisiae. These PMPs insert into the ER membrane via the protein import complexes Sec61p and Get3p (for tail-anchored proteins). This trafficking pathway is representative for multiplying wild-type cells in wh...

Journal: :Molecular biology of the cell 2005
Annett Koch Yisang Yoon Nina A Bonekamp Mark A McNiven Michael Schrader

The mammalian dynamin-like protein DLP1/Drp1 has been shown to mediate both mitochondrial and peroxisomal fission. In this study, we have examined whether hFis1, a mammalian homologue of yeast Fis1, which has been shown to participate in mitochondrial fission by an interaction with DLP1/Drp1, is also involved in peroxisomal growth and division. We show that hFis1 localizes to peroxisomes in add...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->