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

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

Journal: :Genetics 1983
D E Hourcade

A new method has been developed for gene transfer in eukaryotic cells. Chlamydomonas reinhardi, a unicellular eukaryotic alga, was treated with a lethal dose of bleomycin, an agent that induces chromosome breakage. Bleomycin-treated cells were mated with untreated cells, and the mixture was plated onto selective agar medium. The progeny that arose contained the genetic markers from the untreate...

Journal: :Respiratory care 2014
Raghav Gupta Neil A Ettinger

Bleomycin is an anti-neoplastic agent with potential for producing pulmonary toxicity, attributed in part to its freeradical-promoting ability. The central event in the development of toxicity is endothelial damage of the lung vasculature due to bleomycin-induced cytokines and free radicals, ultimately progressing to lung fibrosis. The treatment is discontinuation of bleomycin, initiation of sy...

Journal: :Cancer research 1985
J Huet F Laval

Bleomycin-treated Chinese hamster ovary cells synthesize poly(adenosine diphosphate-ribose) in a reaction which is dose and time dependent. Treatment with two poly(adenosine diphosphate-ribose) synthesis inhibitors (3-aminobenzamide and 3-methoxybenzamide) slows down the restoration of DNA structure in bleomycin-treated cells, as shown by nucleoid sedimentation. When added in the culture medium...

Journal: :The Journal of antibiotics 1988
M Nakamura J Peisach

Fe(II)-Bleomycin is activated in air to form an electron paramagnetic resonance (EPR)-active species, termed "activated bleomycin", that cleaves DNA, when present. When DNA is absent, the potential DNA cleavage activity is lost and the drug becomes self inactivated. A method is described for the preparation and purification of this self-inactivated product from bleomycin A2, together with some ...

Journal: :The Journal of antibiotics 1985
T Seki Y Muraoka K Takahashi H Horinishi H Umezawa

Rabbit antisera highly specific to the bleomycinic acid moiety of bleomycins were obtained by immunizing with a conjugate of copper-complex of bleomycin A5 and bovine serum albumin. These antisera not only reacted with bleomycin A5 but also with other bleomycins such as bleomycin A2, bleomycin B2 and peplomycin. The antisera showed little cross-reactivity with deamido-, depyruvamido- and decarb...

Journal: :Japanese journal of clinical oncology 2010
Ryuta Katsumata Ryuichi Sagawa Tatsuo Akechi Yoshihiro Shinagawa Syutaro Nakaaki Atsushi Inagaki Toru Okuyama Terukazu Akazawa Toshiaki A Furukawa

We report a case of a 39-year-old man with Hodgkin lymphoma who developed depressive symptoms after starting adriamycin, bleomycin, vinblastine and dacarbazine chemotherapy and later exhibited sexual disinhibition in addition to cognitive dysfunction (mainly executive dysfunction). Seven months after the start of adriamycin, bleomycin, vinblastine and dacarbazine chemotherapy, he was finally di...

Journal: :Journal of Investigative Dermatology 2023

There is growing evidence that Th17/regulatory T (Treg) imbalance associated with the etiology of autoimmune diseases. Heligmosomoides polygyrus (Hp) a natural intestinal parasite mice and has been shown to activate Tregs in host suppress symptoms diseases models. To evaluate involvement Th17/Treg balance pathogenesis systemic sclerosis (SSc), we investigated effect Hp-activated on bleomycin-in...

Journal: :Annals of oncology : official journal of the European Society for Medical Oncology 2003
J M O'Sullivan R A Huddart A R Norman J Nicholls D P Dearnaley A Horwich

BACKGROUND Bleomycin pulmonary toxicity (BPT) has been known since the early clinical trials of bleomycin in the 1960s. Postulated risk factors include cumulative bleomycin dose, reduced glomerular filtration rate (GFR), raised creatinine, older age and supplemental oxygen exposure. PATIENTS AND METHODS From our prospectively collected testicular cancer research database, we reviewed 835 pati...

Journal: :Thorax 2002
A Serrano-Mollar D Closa J Cortijo E J Morcillo N Prats M Gironella J Panés J Roselló-Catafau O Bulbena

BACKGROUND A number of adhesion molecules are involved in the process of neutrophil infiltration into the lung. P-selectin is one of these neutrophil-endothelial cell adhesion molecules. A study was undertaken to examine the involvement of P-selectin in the development of bleomycin induced inflammation and the ability of N-acetyl-L-cysteine to reduce the potential expression of this selectin in...

Journal: :American journal of respiratory cell and molecular biology 1999
L A Ortiz J Lasky G Lungarella E Cavarra P Martorana W A Banks J J Peschon H L Schmidts A R Brody M Friedman

We have investigated a potential role for tumor necrosis factor (TNF)-alpha and its two receptors (p55 and p75) in lung injury. We used several varieties of mice exposed endotracheally to two fibrogenic agents, silica (0.2 g/kg) and bleomycin (4 U/kg). The lungs were analyzed at 14 and 28 d after exposure to bleomycin or silica, respectively, for TNF and TNF receptor (TNFR) messenger RNA (mRNA)...

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

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

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