نتایج جستجو برای: derived cell suspension

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

Journal: :journal of herbal drugs (an international journal on medicinal herbs) 2014
ziba fooladvand bahman fazeli nasab reza derikvand abdolah ghasemi pirbaloti

background & aim: investigation of suspension cell culture and callus production in catharanthus roseus. catharanthus roseus is an herbaceous perennial plant belongs to the family apocynaceae. c. roseus is important as commercial medicinal plant because of its alkaloidal content. whole plant contains about 130 alkaloids those are classified as vinca alkaloids. vincristine and vinblastine; t...

Journal: :The Biochemical journal 1965
S T Jacob P M Bhargava

1. Chloramphenicol has a stimulatory effect on the incorporation of radioactive phosphate into the RNA of perfused rat-liver slices, whole liver homogenates or the liver-cell suspensions, and no effect on the incorporation of [(14)C]adenine and [(14)C]uracil into the RNA of the tissue slices. 2. Chloramphenicol completely inhibits the incorporation of labelled adenine and uracil into the RNA of...

2009
Yung-Wei Pan Peter Kurre

colleagues in JCMM [1]. As noted by the authors, mesenchymal stem cells (MSC) enjoy considerable therapeutic potential in regenerative medicine, cell therapy for select genetic diseases and as immunomodulators [2, 3]. Expanding on a prior study that explored the genetic modification of MSC using HIV-1 derived lentiviral vectors, the authors describe a strategy that minimizes the replicative sen...

Journal: :Plant physiology 1984
P J Jackson E J Roth P R McClure C M Naranjo

Datura innoxia cells from suspension cultures were selected for their ability to grow and divide rapidly in normally lethal concentrations of cadmium. Cells resistant to 12.5, 25, 50, 100, 160, 200, and 250 micromolar cadmium chloride were isolated and utilized to initiate cell suspension cultures resistant to this toxic metal ion. Variant cell lines retained their ability to grow in cadmium af...

2006

hepatomas have demonstrated that a spectrum of such tumors exists with varying degrees of change from the parent hepatocyte (26—30). Such hepatocarcinomas as the Morris 5123 (18) and Reuber H-35 (34), for instance, resemble the parent tissue to a marked degree both morphologically and biochemically (27), and thus fall in the category termed “minimaldeviation hepatomas― by Potter (31). On ...

Journal: :Cancer research 1965
P A MORSE V R POTTER

hepatomas have demonstrated that a spectrum of such tumors exists with varying degrees of change from the parent hepatocyte (26—30). Such hepatocarcinomas as the Morris 5123 (18) and Reuber H-35 (34), for instance, resemble the parent tissue to a marked degree both morphologically and biochemically (27), and thus fall in the category termed “minimaldeviation hepatomas― by Potter (31). On ...

Journal: :Journal of medicinal plants 2022

Callus induction and withanolides production through cell suspension culture of Withania coagulans (Stocks) Dunal

Journal: Journal of Herbal Drugs 2014
Abdolah Ghasemi Pirbaloti Bahman Fazeli Nasab Reza Derikvand, Ziba Fooladvand,

Background & Aim: Investigation of suspension cell culture and callus production in Catharanthus roseus. Catharanthus roseus is an herbaceous perennial plant belongs to the family Apocynaceae. C. roseus is important as commercial medicinal plant because of its alkaloidal content. Whole plant contains about 130 alkaloids those are classified as vinca alkaloids...

G Asghari G Saidfar S Mahmudi

Many aldehydes are important components of natural flavours. They are used in food, cosmetic, and biomedical industries in large amounts. Plant cells or microorganisms carry out their production by biotransformation, which is one of the biotechnological methods that allow them to be defined as 'natural'. Cell cultures of Silybum marianum and Peganum harmala have been studied with a view to in...

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

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

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