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

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

Journal: :مجله دانشگاه علوم پزشکی کرمانشاه 0
rahim golmohamadi department of anatomical medicine, sabzevar university of medical sciences mehdi nikbakht department of anatomical medicine, isfahan university of medical sciences

introduction: colorectal cancer (crc) is one of the most prevalent cancers in the world. genetic disorders and dietary habits play a part in crc. the most important cancer suppressor gene is p53. different mutations rates in 7th exon of p53 gene are reported in different areas  which may have a relationship with prognosis of crc. this study examines the relationship between mutation in 7th exon...

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

طبقه بندی بسته ها به عنوان وظیفه ی اصلی دستگاه های شبکه، به روند طبقه بندی بسته های مختلف به جریان های (کلاس های) متفاوت اطلاق می شود. اخیراً، سرعت بالای پیشرفت در برنامه های کاربردی شبکه و افزایش فوق العاده در تعداد کاربران شبکه باعث رشد نمایی در ترافیک شبکه شده است. این برنامه های پیچیده و ترافیک سنگین تر نیاز برای دستگاه های قدرتمند تر را پدید آورده است. همچنین با توجه به ماهیت پویای ترافیک ش...

Journal: :journal of research in medical sciences 0
amin nemati research assistant, medical students research center, isfahan university of medical sciences and colorectal cancer research group, poursina hakim research institute, isfahan, iran zahra kazemi rahmatabadi research assistant, colorectal cancer research group, poursina hakim research institute, isfahan, iran alimohammad fatemi assistant professor, department of internal medicine, school of medicine, isfahan university of medical sciences, isfahan, iran mohammad hassan emami associate professor, department of internal medicine, school of medicine, isfahan university of medical sciences and colorectal cancer research group, poursina hakim research institute, isfahan, iran

normal 0 false false false en-us x-none ar-sa microsoftinternetexplorer4 background : there is a lack of data on familial aggregation of colorectal cancer (crc) in iran. we aimed to determine the frequency of hereditary nonpolyposis colorectal cancer (hnpcc) and familial colorectal cancer (fcc) and to determine the frequency of extracolonic cancers in these families in isfahan. methods : we rev...

Journal: :iranian journal of cancer prevention 0
ma pourhoseingholi research center for gastroenterology and liver diseases, shahid beheshti university of medical sciences, tehran, iran s faghihzadeh department of biostatistics, tarbiat modares university, tehran, iran e hajizadeh department of biostatistics, tarbiat modares university, tehran, iran g gatta institute nazionale tumori, via venezian 1, milan, italy mr zali research center for gastroenterology and liver diseases, shahid beheshti university of medical sciences, tehran, iran ar abadi research center for gastroenterology and liver diseases, shahid beheshti university of medical sciences, tehran, iran

background: cancer is the third most common cause of death in iran. gastric cancer (gc) and colorectal cancer (crc) are two important causes of mortality due to cancer. with regards to cancer mortality, data are important to monitor the effects of screening program, earlier diagnosis, demographic data and other prognostic factors. the aim of this study was to evaluate the mortality rates and tr...

Long non-coding RNAs (lncRNAs) associated with various cancers, including colorectal cancer (CRC), could be collected from body fluids easily. Our aims were to determine the expression level of HOTTIP lncRNA in plasma samples of healthy individuals and CRC patients as well as their relationship with clinico-pathological characteristics of patients. First, total RNA was extracted from the plasma...

2003
R. W. Brodersen J. Wawrzynek V. P. Srini A. Vladimirescu D. P. Orofino J. Hwang C. Chang B. Richards K. Camera H. So N. Zhou

2010
Yuval Peress Ian Finlayson Gary Tyson David Whalley

Additional on-chip transistors as well as more aggressive processors have led the way for an ever expanding memory hierarchy. Multi-core architectures often employ the use of a shared L3 cache to reduce accesses to off chip memory. Such memory structures often incur long latency (as much as 30 cycles in our framework) and are configured to retain sets as large as 16 way. A baseline replacement ...

2004
P. Sissokho T. Whalen

We propose a recursive formula for computing the remainder of a Euclidean division of polynomials (with binary coefficients), which operates in parallel on w bits at a time and takes t new incoming bits at each stage. We use this formula to design a fast parallel Cyclic Redundancy Check (CRC) system which is a look-ahead scheme that trades in arbitrary depth (processing time per cycle) and thro...

The colorectal cancer (CRC) subtyping consortium has unified six independent molecular classification systems, based on gene expression data, into a single consensus system with four distinct groups, known as the consensus molecular subtypes (CMS); clinical implications are discussed in this review based on articles relevant to the CMS of CRC indexed in PubMed as well as the authors’ own ...

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

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

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