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

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

Journal: :journal of medicinal plants and by-products 0

this study was performed to investigate the effect of ag+ as an elicitor on the activity of antioxidant enzymes, content of h2o2, accumulation of total tocopherol and antioxidant activity in hairy root cultures of silybum marianum (l.) gaertn. the hairy roots were treated with 2 mm ag+. the treated and non-treated hairy roots were harvested in the same time and data on h2o2 content, dpph, tocop...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2009
Waraporn Putalun Gorawit Yusakul Denpong Patanasethanont

A hairy roots culture of Stephania suberosa was established using Agrobacterium rhizogenes ATCC15834. The production of dicentrine was found to be (8.92 +/- 0.07) mg/g dry wt on day 35 of culture. Effects of sucrose content, tyrosine, and medium strength on growth and dicentrine production of S. suberosa were investigated. 6% (w/v) sucrose was an optimum content for the growth and dicentrine ac...

2014
Pham Anh Tuan Do Yeon Kwon Sanghyun Lee Mariadhas Valan Arasu Naif Abdullah Al-Dhabi Nam Il Park Sang Un Park

To improve the production of chlorogenic acid (CGA) in hairy roots of Platycodon grandiflorum, we induced over-expression of Arabidopsis thaliana transcription factor production of anthocyanin pigment (AtPAP1) using an Agrobacterium rhizogenes-mediated transformation system. Twelve hairy root lines showing over-expression of AtPAP1 were generated. In order to investigate the regulation of AtPAP...

Journal: :American journal of epidemiology 1985
D Oleske H M Golomb M D Farber P S Levy

A case-control study was conducted to investigate the etiology of hairy cell leukemia. Forty-five individuals with histologically confirmed hairy cell leukemia comprised the cases. Three neighborhood controls were selected on the basis of age (+/- 5 years), race, sex, and residence at the time of the interview for each case. There was no association found for cigarette smoking, alcohol or coffe...

Journal: :Blood 1977
P D Utsinger W J Yount C R Fuller M J Logue E P Orringer

The diagnosis of hairy cell leukemia was made in three patients by phase-contrast microscopy and histochemistry of the abnormal peripheral blood cells. Both IgM and IgD surface immunoglobulins were resynthesized after these cells were trypsinized and cultured. Aggregate or Fc receptors were demonstrated on hairy cells. The ability to phagocytose latex was also a property of hairy cells; however...

Journal: :Blood 2003
Fotini Nicolaou Jens M Teodoridis Heiyoung Park Alexander Georgakis Omid C Farokhzad Erwin P Böttinger Nicolas Da Silva Philippe Rousselot Christine Chomienne Katalin Ferenczi M Amin Arnaout C Simon Shelley

Hairy cell leukemia (HCL) is a chronic lymphoproliferative disease, the cause of which is unknown. Diagnostic of HCL is abnormal expression of the gene that encodes the beta2 integrin CD11c. In order to determine the cause of CD11c gene expression in HCL the CD11c gene promoter was characterized. Transfection of the CD11c promoter linked to a luciferase reporter gene indicated that it is suffic...

2015
Vinayak H. Lokhande Subhash Kudale Ganesh Nikalje Neetin Desai Penna Suprasanna

In this study, we report phytoremediation of textile dyes using hairy roots derived through Agrobacterium rhizogenes (NCIM 5140) infection of in vitro leaf and stem explants of a halophyte Sesuvium portulacastrum (L.) L. Leaf explants showed higher frequency of hairy root induction (70%) than stem explants (30%), and maximum number of roots (leaf 42.3 ± 2.4 and stem 50.3 ± 1.7). Transformed nat...

2005
CELINE DECHAUX MICHELE BOITEL-CONTI

Hairy root culture plays an important role in investigation of alkaloid production in culture in vitro. The complexity of scientific work and the production capacity limitations associated with whole plant systems and unorganized cells can be overcome using culture of hairy roots. This paper presents an example of a strategy to produce secondary metabolites from plants, in which we investigated...

Journal: :Turkish archives of otorhinolaryngology 2015
Can Mehmet Eti Onur İsmi Rabia Bozdoğan Arpacı Yusuf Vayısoğlu

Hairy polyp is a rare, benign tumor that comprises ectodermal and mesodermal germ layers. The embryogenesis of hairy polyp is precisely unknown, and concurrently, it has a female predominance. Although hairy polyp is observed in every part of the body; it is frequently located in the nasopharynx and oropharynx. Respiratory distress and feeding difficulties are the most related symptoms. Differe...

Journal: :FEBS letters 1999
Y Mikami G Horiike M Kuroyanagi H Noguchi M Shimizu Y Niwa H Kobayashi

Analysis of genes preferentially expressed in hairy roots caused by infection with Agrobacterium rhizogenes has provided insights into the regulation of lateral root formation. A hairy root preferential cDNA, HR7, has been cloned from hairy roots of Hyoscyamus niger. HR7 encodes a novel protein partially homologous to a metallocarboxypeptidase inhibitor and is expressed exclusively in the primo...

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

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

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