نتایج جستجو برای: rna interference rnai

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

Journal: :iranian red crescent medical journal 0
song-tao xu clinical department , luohe medical college, louhe, p. r. china jun-ping xiong department of stomatology, luohe medical college, luohe, p. r. china guo-jian gu department of pathology, the first people’s hospital of taicang, taicang, p. r. china song meng clinical department , luohe medical college, louhe, p. r. china yong-chao ma the foundation department, luohe medical college, luohe, p. r. china; the foundation department, luohe medical college, luohe, p. r. china. tel: +86-3952985220, fax: +86-3952985220

conclusions the proliferation and invasion of human bladder cancer cells can be inhibited by rnai-targeting skp2. as a result, skp2 may be a potential target for gene therapy in cases of human bladder cancer. materials and methods the expression of the skp2 gene was knocked down by rna interference (rnai) in t24 cells. the transcription level of skp2 was detected by reverse transcription-quanti...

2013
Yu Fujita Fumitaka Takeshita Kazuyoshi Kuwano Takahiro Ochiya

RNA interference (RNAi) is rapidly becoming an important method for analyzing gene functions in many eukaryotes and holds promise for the development of therapeutic gene silencing. The induction of RNAi relies on small silencing RNAs, which affect specific messenger RNA (mRNA) degradation. Two types of small RNA molecules, i.e. small interfering RNAs (siRNAs) and microRNAs (miRNAs), are central...

Journal: :Cell cycle 2006
Charles X Li Amy Parker Ellen Menocal Shuanglin Xiang Laura Borodyansky Johannes H Fruehauf

Over the last few years, RNA Interference (RNAi), a naturally occurring mechanism of gene regulation conserved in plant and mammalian cells, has opened numerous novel opportunities for basic research across the field of biology. While RNAi has helped accelerate discovery and understanding of gene functions, it also has great potential as a therapeutic and potentially prophylactic modality. Chal...

Journal: :Current opinion in virology 2014
Alfred W Bronkhorst Ronald P van Rij

The host RNA interference (RNAi) pathway of insects senses virus infection and induces an antiviral response to restrict virus replication. Dicer-2 detects viral double-stranded RNA, produced by RNA and DNA viruses, and generates viral small interfering RNAs (vsiRNAs). Recent small RNA profiling studies provided new insights into the viral RNA substrates that trigger vsiRNA biogenesis. The impo...

Journal: :Bioscience, biotechnology, and biochemistry 2007
Osamu Yamada Ryoko Ikeda Yuka Ohkita Risa Hayashi Kazutoshi Sakamoto Osamu Akita

We found the orthologous genes required for RNA interference (RNAi) in the Aspergillus oryzae genome database, and constructed a set of tools for gene silencing using RNAi in A. oryzae. This system utilizes compatible restriction enzyme sites so that only a single target gene fragment is required to create the hairpin RNA cassette. For ease of handling, we also separated the construction of the...

Journal: :International Journal of Current Microbiology and Applied Sciences 2020

Journal: :Current Biology 2006
Tetsushi Iida Rika Kawaguchi Jun-ichi Nakayama

RNA interference (RNAi) is a conserved silencing mechanism that has widespread roles in RNA degradation, translational repression, and the epigenetic control of chromatin structure [1]. In fission yeast, heterochromatin assembly requires RNAi machinery and is initiated by small interference RNAs (siRNAs) derived from heterochromatic regions and by the RNA-induced transcriptional silencing (RITS...

Journal: :Applied Biological Chemistry 2021

Abstract RNA interference (RNAi) is a regulatory mechanism of gene expression mediated by small RNAs. By using the RNAi technique, exogenous double-stranded (dsRNA) designed to target mRNA, suppresses levels in plants. In this study, we adopted as tool protect plants from viruses. We and synthesized several dsRNAs targeting pepper mottle virus (PepMoV) genes HC-Pro NIb. When used on Nicotiana b...

Journal: :Science 2013
P V Maillard C Ciaudo A Marchais Y Li F Jay S W Ding Olivier Voinnet

In antiviral RNA interference (RNAi), the DICER enzyme processes virus-derived double-stranded RNA (dsRNA) into small interfering RNAs (siRNAs) that guide ARGONAUTE proteins to silence complementary viral RNA. As a counterdefense, viruses deploy viral suppressors of RNAi (VSRs). Well-established in plants and invertebrates, the existence of antiviral RNAi remains unknown in mammals. Here, we sh...

Journal: :Nucleic acids research 2003
Anthony E Brown Laurence Bugeon Andrea Crisanti Flaminia Catteruccia

Heritable RNA interference (RNAi), triggered from stably expressed transgenes with an inverted repeat (IR) configuration, is an important tool for reverse genetic studies. Here we report on the development of stable RNAi in Anopheles stephensi mosquitoes, the major vector of human malaria in Asia. Trans genic mosquitoes stably expressing a RNAi transgene, designed to produce intron-spliced doub...

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

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

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