نتایج جستجو برای: plate assay

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

Journal: :PLOS ONE 2021

Continuous culture systems allow for the controlled growth of microorganisms over a long period time. Here, we develop novel test mutagenicity that involves growing yeast in continuous exposed to low levels mutagen approximately 20 days. In contrast, most microorganism-based tests expose potential biological reporter at high concentration short Our improves upon sensitivity well-established Ame...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علم و صنعت ایران 1380

تجزیه و تحلیل گیت ‏‎(gait analysis)‎‏عبارت است از تحقیق روی راه رفتن از نظر حرکت اندامها می باشد، در این بررسی می توان مواردی نظیر کنترل موقعیت، سینتیک و سینماتیک بدن ، کنترل بدن و کنترل عصبی را در نظر داشت. اینگونه تحقیقات در ارتوپدی ، بیومکانیک ورزش و عصب شناسی و کاربرد دارند. پارامترهای مهم در اینگونه تحقیقات عبارت از نیرو ، ممان ، سرعت ، مصرف انرژی و فشار کف پا می باشند. سه روش برای اندازه ...

Journal: :Journal of biomolecular screening 2005
Olga V Trubetskoy Jasmin R Gibson Bryan D Marks

Highly miniaturized P450 screening assays designed to enable facile analysis of P450 drug interactions in a 1536-well plate format with the principal human cytochrome P450 enzymes (CYP3A4, 2D6, 2C9, 2C19, and 1A2) and Vivid fluorogenic substrates were developed. The detailed characterization of the assays included stability, homogeneity, and reproducibility of the recombinant P450 enzymes and t...

Journal: :Clinica chimica acta; international journal of clinical chemistry 2012
Kerstin Järås Belinda Adler Axel Tojo Johan Malm György Marko-Varga Hans Lilja Thomas Laurell

The antibody microarrays have become widespread, but their use for quantitative analyses in clinical samples has not yet been established. We investigated an immunoassay based on nanoporous silicon antibody microarrays for quantification of total prostate-specific-antigen (PSA) in 80 clinical plasma samples, and provide quantitative data from a duplex microarray assay that simultaneously quanti...

2002
KINJI FUCHIKAMI HIROKO TOGAME ATSUKO SAGARA TOMOKO SATOH FLORIAN GANTNER KEVIN B. BACON PETER REINEMER

The family of phosphoinositide 3-kinases (PI3K) regulates fundamental cellular responses such as proliferation, apoptosis, motility, and adhesion. In particular, the PI3K isoform plays a critical role in the control of cell migration. Despite the attractiveness of PI3-kinases as drug targets, drug discovery efforts have been hampered by the lack of appropriate lipid kinase assay formats suitabl...

Journal: :BioTechniques 2006
Susannah Gal Jeffery R Cook Leighton Howells

Many DNA binding proteins are known to regulate gene expression. When that binding is altered, a disease state can result. A common method for measuring DNA binding, namely electrophoretic mobility shift assay (EMSA) is often used but it is not amenable to rapid screening of many samples. As an alternative method, we have developed a DNA binding assay for the tumor suppressor protein p53 in a 9...

2015
Piotr Wargocki Wei Deng Ayad G. Anwer Ewa M. Goldys

Cell phones and smart phones can be reconfigured as biomedical sensor devices but this requires specialized add-ons. In this paper we present a simple cell phone-based portable bioassay platform, which can be used with fluorescent assays in solution. The system consists of a tablet, a polarizer, a smart phone (camera) and a box that provides dark readout conditions. The assay in a well plate is...

Journal: :BMC Biotechnology 2004
Justin C Yarrow Zachary E Perlman Nicholas J Westwood Timothy J Mitchison

BACKGROUND Cell migration is a complex phenomenon that requires the coordination of numerous cellular processes. Investigation of cell migration and its underlying biology is of interest to basic scientists and those in search of therapeutics. Current migration assays for screening small molecules, siRNAs, or other perturbations are difficult to perform in parallel at the scale required to scre...

2011
Kristin P Leister Ruili Huang Bonnie L Goodwin Andrew Chen Christopher P Austin Menghang Xia

Tumor Necrosis Factor-α (TNF-α), a secreted cytokine, plays an important role in inflammatory diseases and immune disorders, and is a potential target for drug development. The traditional assays for detecting TNF-α, enzyme linked immunosorbent assay (ELISA) and radioimmunoassay, are not suitable for the large size compound screens. Both assays suffer from a complicated protocol, multiple plate...

Journal: :PloS one 2016
Nuttada Panpradist Ingrid A Beck Michael H Chung James N Kiarie Lisa M Frenkel Barry R Lutz

Human immunodeficiency virus (HIV) is a chronic infection that can be managed by antiretroviral treatment (ART). However, periods of suboptimal viral suppression during lifelong ART can select for HIV drug resistant (DR) variants. Transmission of drug resistant virus can lessen or abrogate ART efficacy. Therefore, testing of individuals for drug resistance prior to initiation of treatment is re...

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

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

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