نتایج جستجو برای: fab subgroups

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

Journal: :ACM Transactions on Graphics 2015

2011
Olga Kyrchanova Tatiana Ivlieva Stepan Toshchakov Alexander Parshikov Oksana Maksimenko Pavel Georgiev

Expression of the genes Ubx, abd-A, and Abd-B of the bithorax complex depends on its cis-regulatory region, which is divided into discrete functional domains (iab). Boundary/insulator elements, named Mcp, Fab-6, Fab-7 and Fab-8 (PTS/F8), have been identified at the borders of the iab domains. Recently, binding sites for a Drosophila homolog of the vertebrate insulator protein CTCF have been ide...

2007
Rogério Gomes Beato Ricardo Nitrini Ana Paula Formigoni Paulo Caramelli

The Frontal Assessment Battery (FAB) has been proposed as a diagnostic tool for patients with frontal lobe syndrome. Objectives To present the Brazilian version of the FAB and to show preliminary data on the performance of healthy elderly in the battery, correlating with age, education and scores in the Mini- Mental State Examination (MMSE). Methods Forty-eight healthy elderly individuals (...

Journal: :Cancer research 1999
H Kobayashi N Le I S Kim M K Kim J E Pie D Drumm D S Paik T A Waldmann C H Paik J A Carrasquillo

To evaluate a method for preventing the nephrotoxicity caused by the high renal accumulation of radiolabeled or toxin-conjugated small immunoproteins used for cancer therapy, we conjugated humanized anti-Tac Fab fragments with various numbers of glycolate molecules [glycolated Fab fragments (glyco-Fabs)] and separated the conjugates by means of ion-exchange columns into three fractions, dependi...

Journal: :World Journal Of Advanced Research and Reviews 2021

The fading affect bias (FAB) is a robust phenomenon where unpleasant fades faster than pleasant affect. FAB believed to be coping mechanism designed make life appear in the face of hardships and adversities. persists across several cultures many event types (e.g., alcohol, religious, death), even though low has been demonstrated for social media events, videogame events labeled as but not spiri...

Journal: :Cancer research 2003
Fabio Pastorino Chiara Brignole Danilo Marimpietri Puja Sapra Elaine H Moase Theresa M Allen Mirco Ponzoni

Neuroblastoma (NB) is the most common extracranial solid tumor in children. Intensive therapeutic intervention does not prolong the overall disease-free survival rate for this tumor. NB tumor, but not normal tissues, overexpress the disialoganglioside (GD(2)) at the cell surface. Anti-GD(2) whole antibodies (aGD(2)) or their corresponding Fab' fragments were covalently coupled to Stealth immuno...

زهره علومی یزدی, ,

Background: Acute lymphoblastic leukemia (ALL) is the most common cancer in the pediatric population. With modern treatments, the chance of the complete recovery is nearly 100%. The most important prognostic factors are appropriate treatment protocol and determination of patient risk factors based on clinical, morphological, immunological and cytological characteristics. In this study we review...

Journal: :The Journal of clinical investigation 1977
V P Butler D H Schmidt T W Smith E Haber B D Raynor P Demartini

Intact sheep antidigoxin antibodies and their Fab fragments have both been found to exert profound effects on digoxin pharmacokinetics in [3H] digoxin-treated dogs. Both classes of molecule remove digoxin from the extravascular space and sequester it in the circulation in protein-bound form, a form in which the digoxin is presumably inactive. These two classes of molecule differ, however, in th...

2013
Bruno Kopp Nina Rösser Sandra Tabeling Hans Jörg Stürenburg Bianca de Haan Hans-Otto Karnath Karl Wessel

BACKGROUND The Frontal Assessment Battery (FAB) is a brief battery of six neuropsychological tasks designed to assess frontal lobe function at bedside [Neurology 55:1621-1626, 2000]. The six FAB tasks explore cognitive and behavioral domains that are thought to be under the control of the frontal lobes, most notably conceptualization and abstract reasoning, lexical verbal fluency and mental fle...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2007
Carla Santos-Araújo Martins Campos Cristina Gavina F Rocha-Gonçalves Manuel Pestana

Digitalis intoxication is a common and potentially life-threatening situation [1]. In this condition, the administration of digoxin-specific antibodies (Fab) have proven to be effective in controlling serious complications [2]. However, in patients with severe renal impairment, the clearance of Fab–digoxin complexes is compromised, and this may reduce the utility of Fab therapy in those conditi...

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

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

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