نتایج جستجو برای: mortierella alpina

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

2003
Morris Agaba Douglas R. Tocher Cathryn A. Dickson James R. Dick Alan J. Teale

Running title: Multifunctional fatty acid elongase of zebrafish Summary: Enzymes that increase the chain length of fatty acids are essential for biosynthesis of highly unsaturated fatty acids. The gLELO gene encodes a protein involved in the elongation of polyunsaturated fatty acids in the fungus Mortierella alpina. A search of the Genbank database identified several EST sequences, including on...

Journal: :Comparative biochemistry and physiology. Part B, Biochemistry & molecular biology 2005
Morris K Agaba Douglas R Tocher Xiaozhong Zheng Cathryn A Dickson James R Dick Alan J Teale

Enzymes that lengthen the carbon chain of polyunsaturated fatty acids are key to the biosynthesis of the highly unsaturated fatty acids, arachidonic, eicosapentaenoic and docosahexaenoic acids from linoleic and alpha-linolenic acids. A Mortierella alpina cDNA polyunsaturated fatty acid elongase sequence identified mammalian, amphibian, zebrafish and insect expressed sequence tags (ESTs) in GenB...

Journal: :Biological research 2009
Neda Setayesh Zargham Sepehrizadeh Elham Jaberi Mojtaba Tabatabaei Yazdi

The present work aims to study a new NADH-cytochrome b5 reductase (cb5r) from Mucor racemosus PTCC 5305. A cDNA coding for cb5r was isolated from a Mucor racemosus PTCC 5305 cDNA library. The nucleotide sequence of the cDNA including coding and sequences flanking regions was determined. The open reading frame starting from ATG and ending with TAG stop codon encoded 228 amino acids and displayed...

2015
Haiqin Chen Guangfei Hao Lei Wang Hongchao Wang Zhennan Gu Liming Liu Hao Zhang Wei Chen Yong Q. Chen

Microorganisms are valuable resources for lipid production. What makes one microbe but not the other able to efficiently synthesize and accumulate lipids is poorly understood. In the present study, global gene expression prior to and after the onset of lipogenesis was determined by transcriptomics using the oleaginous fungus Mortierella alpina as a model system. A core of 23 lipogenesis associa...

2009
O. Catchpole J. Ryan Y. Zhu K Fenton J. Grey M. Vyssotski A. MacKenzie

The extraction of lipids from both wet and dry biomass produced by fermentation has been carried out using near-critical dimethylether (DME) as the extraction solvent. Fermentations were carried out from a shake flask to 300 litre scale using the micro-organism Mortierella alpina, and up to a 20 litre scale for Phaffia rhodozyma and Agrobacterium tumefaciens. The lipids extracted at a laborator...

2014
Alexandra Kotogán Brigitta Németh Csaba Vágvölgyi Tamás Papp Miklós Takó

In this study, 169 zygomycetes fungal strains including some cold-tolerant isolates were screened for their extracellular lipolytic activity towards tributyrin. Nineteen of them were outstanding in their enzyme production as they developed the largest lipolytic halo around the colonies in plate tests. Mortierella alpina, M. echinosphaera, Mucor corticolus, Rhizomucor miehei, Rhizopus oryzae, Rh...

Journal: :Agrobìologìâ 2022

The article examines the mycoflora of soil in different areas agricultural land use for intensive cultivation crops. aim is too study number with crops (horticulture and feld crop rotations). In conditions Vinnytsia region quantitative species composition fungal groups gray forest under horticulture production was studied. Research on microbiological diversity soils were carried out Tivriv distri...

2012
Lea Ellegaard-Jensen Søren Rosendahl

Microbial pesticide degradation studies have until now mainly focused on bacteria, although fungi have also been shown to degrade pesticides. In this study we clarify the background for the ability of the common soil fungus Mortierella to degrade the phenylurea herbicide diuron. Diuron degradation potentials of five Mortierella strains were compared, and the role of carbon and nitrogen for the ...

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

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

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"; } -->