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

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

Journal: :Cancer research 1981
S N Roy G A Orr C F Brewer S B Horwitz

A method for the preparation of biologically active [3H]- and [13C]bleomycin A2 is described. Demethyl Cu(II):bleomycin A2, isolated after pyrolysis of Cu(II):bleomycin A2, was methylated with either [3H]-or [13C]methyl iodide, which resulted in Cu(II):bleomycin A2 labeled in the dimethylsulfonium moiety. Copper was removed by treatment with dithizone in chloroform, and structures were verified...

Journal: :journal of basic research in medical sciences 0
ghazal keshavarz iran: sanandaj- kurdestan university of medical science mohammad jafar rezaei iran: sanandaj- kurdestan university of medical science

introduction: idiopathic pulmonary fibrosis (ipf) is a relentlessly progressive and usually fatal lung disease of unknown etiology for which no effective treatments currently exist. in the adults type i and ii pneumocytes, forms components of the alveolar epithelial cells. in this study, we investigated the effect of thalidomide on the alveolar epithelial cells (type i and ii pneumocytes) in th...

Journal: :American journal of physiology. Lung cellular and molecular physiology 2005
Vivian Y Lee Clara Schroedl Joslyn K Brunelle Leonard J Buccellato Ozkan I Akinci Hideaki Kaneto Colleen Snyder James Eisenbart G R Scott Budinger Navdeep S Chandel

Exposure to bleomycin in rodents induces lung injury and fibrosis. Alveolar epithelial cell death has been hypothesized as an initiating mechanism underlying bleomycin-induced lung injury and fibrosis. In the present study we evaluated the contribution of mitochondrial and receptor-meditated death pathways in bleomycin-induced death of mouse alveolar epithelial cells (MLE-12 cells) and primary ...

2014
Yan Baglo Lars Hagen Anders Høgset Finn Drabløs Marit Otterlei Odrun A Gederaas

Bleomycin is a cytotoxic chemotherapeutic agent widely used in cancer treatment. However, its efficacy in different cancers is low, possibly due to limited cellular internalization. In this study, a novel approach known as photochemical internalization (PCI) was explored to enhance bleomycin delivery in bladder cancer cells (human T24 and rat AY-27), as bladder cancer is a potential indication ...

Journal: :Cancer research 1979
L Galvan J E Strong S T Crooke

The PM-2 DNA fluorescence assay has been shown to be a rapid, sensitive, and reproducible assay for bleomycin biochemical activity. The assay can detect bleomycin in human serum in the nmol range. The method measures DNA degradative activity of bleomycin and could be used to determine activity of bleomycin analogs and metabolites. The usefulness of the assay to perform bleomycin pharmacokinetic...

A Yazdanfar K Karimirad Kh Mani Kashani

Background: Wart is a common skin disease, and 8% of patients referred to dermatologists suffer from warts. Objective: To compare the efficacy of intralesional injections of bleomycin with normal saline in treatment of common resistant warts on palms and dorsum of hands. Patients & Methods: This study was a double blind, randomized, controlled clinical trial on 34 patients with common war...

Journal: :Haematologica 1999
S Rugolotto E M Padovani A Sanna G P Chiaffoni P L Marradi C Borgna-Pignatti

air spaces and absence of hyperplastic pneumocytes (type II) with bizarre shapes usually noted in cases of bleomycin-induced interstitial pneumonitis.10 The pathologic changes described in our patient are different from those described for bleomycin hypersensitivity pneumonitis and appear to be a classic bleomycin intestitial pneumonitis.11 This case illustrates that life threatening bleomycin ...

Journal: :Cancer letters 1993
G Sersa S Novaković D Miklavcic

Electrotherapy was investigated for its ability to increase the responsiveness of murine tumors to bleomycin treatment. Mice bearing fibrosarcoma were treated with 250 micrograms bleomycin and then with 0.6 mA direct current (DC) for 60 min. Antitumor effects of single treatments were moderate with bleomycin, but significant with electrotherapy. Combined treatment with bleomycin followed by ele...

Journal: :The Journal of antibiotics 1986
K Takahashi T Takita H Umezawa

Effects of o-phenanthroline, 2,2'-dipyridyl and neocuproine, which form stable complexes preferentially with Fe(II), Fe(II) and specifically with Cu(I), respectively, on the inhibitory activity of bleomycin against DNA synthesis of rat ascites hepatoma AH66 cells were examined. The inhibitory activity of metal-free bleomycin was suppressed in the presence of o-phenanthroline or 2,2'-dipyridyl, ...

Journal: :Environmental Health Perspectives 1994
M Bhat Y Rojanasakul S L Weber J Y Ma V Castranova D E Banks J K Ma

The mechanism of bleomycin-induced pulmonary fibrosis is not yet clear. Recent studies have shown that alveolar macrophages (AM) can be stimulated by bleomycin in vitro releasing inflammatory cytokines, suggesting that the interaction of bleomycin with AM is an important step in the drug-induced fibrotic process. Bleomycin is known to bind DNA and generate oxygen radicals through complexation w...

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

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

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