نتایج جستجو برای: dsrna virus

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

Journal: :Folia microbiologica 1987
J Flegr J Cerkasov J Kulda J Tachezy J Stokrová

Twelve metronidazole-resistant and twelve metronidazole-susceptible strains of Trichomonas vaginalis were tested for the presence of dsRNA. Three resistant and five susceptible strains were found to contain dsRNA which indicated that metronidazole resistance does not correlate with the absence of dsRNA. Electron microscopy showed the homogenates of all dsRNA-positive strains to contain virus-li...

Journal: :Journal of virology 2004
Javier Robalino Craig L Browdy Sarah Prior Adrienne Metz Pamela Parnell Paul Gross Gregory Warr

Vertebrates mount a strong innate immune response against viruses, largely by activating the interferon system. Double-stranded RNA (dsRNA), a common intermediate formed during the life cycle of many viruses, is a potent trigger of this response. In contrast, no general inducible antiviral defense mechanism has been reported in any invertebrate. Here we show that dsRNA induces antiviral protect...

Journal: :Journal of immunology 2011
Johanna Rintahaka Niina Lietzén Tiina Öhman Tuula A Nyman Sampsa Matikainen

dsRNA is an important pathogen-associated molecular pattern that is primarily recognized by cytosolic pattern-recognition receptors of the innate-immune system during virus infection. This recognition results in the activation of inflammasome-associated caspase-1 and apoptosis of infected cells. In this study, we used high-throughput proteomics to identify secretome, the global pattern of secre...

Journal: :Journal of virology 2002
J M Diprose J M Grimes G C Sutton J N Burroughs A Meyer S Maan P P C Mertens D I Stuart

Double-stranded RNA (dsRNA) viruses conceal their genome from the host to avoid triggering unfavorable cellular responses. The crystal structure of the core of one such virus, bluetongue virus, reveals an outer surface festooned with dsRNA. This may represent a deliberate strategy to sequester dsRNA released from damaged particles to prevent host cell shutoff.

Journal: :Applied Biological Chemistry 2022

Abstract Double-stranded RNA (dsRNA)-induced interference is a promising agricultural technology for crop protection against various pathogens. Recent advances in this field have enhanced the overall efficiency with which approach inhibits pathogenic viruses. Our previous study verified that treatment of Nicotiana benthamiana plants dsRNAs targeting helper component-proteinase ( HC-Pro ) and nu...

2010
S. Sabanadzovic N. Abou Ghanem-Sabanadzovic R. A. Valverde

A dsRNA molecule of 3.4 kbp was extracted from two great rhododendron samples from Great Smoky Mountains National Park. Sequencing of this molecule suggests that it represents the genome of an undescribed virus, for which the provisional name rhododendron virus A (RhVA) is proposed. In phylogenetic analyses, this virus clustered together with southern tomato virus and related viruses, forming a...

Journal: :American journal of respiratory cell and molecular biology 2003
James E Gern Delores A French Kristine A Grindle Rebecca A Brockman-Schneider Shin-Ichi Konno William W Busse

Virus-induced secretion of proinflammatory chemokines (e.g., regulated on activation, normal T cells expressed and secreted [RANTES], interleukin [IL]-8) by airway epithelial cells helps to initiate antiviral responses and airway inflammation by enhancing inflammatory cell recruitment. To define mechanisms for virus-induced chemokine secretion, monolayers of nontransformed bronchial epithelial ...

Journal: :Journal of virology 2009
Andreas Pichlmair Oliver Schulz Choon-Ping Tan Jan Rehwinkel Hiroki Kato Osamu Takeuchi Shizuo Akira Michael Way Giampietro Schiavo Caetano Reis e Sousa

Recognition of virus presence via RIG-I (retinoic acid inducible gene I) and/or MDA5 (melanoma differentiation-associated protein 5) initiates a signaling cascade that culminates in transcription of innate response genes such as those encoding the alpha/beta interferon (IFN-alpha/beta) cytokines. It is generally assumed that MDA5 is activated by long molecules of double-stranded RNA (dsRNA) pro...

2017
Surender Kumar Burra L Subbarao Reenu Kumari Vipin Hallan

A new member of the genus Deltapartitivirus was identified containing three dsRNAs with an estimated size of 1.71, 1.49 and 1.43 kb. The dsRNAs were extracted from symptomless pigeonpea [Cajanus cajan (L.) Millspaugh] plants cv. Erra Kandulu. This new virus with 4.64 kb genome was tentatively named Arhar cryptic virus-1 (ArCV-1). The genomic RNAs were amplified and characterized by sequence ind...

Journal: :FEBS Letters 2021

The OV20.0 virulence factor of orf virus antagonizes host antiviral responses. One mechanism through which it functions is by inhibiting activation the dsRNA-activated protein kinase R (PKR) sequestering dsRNA and physically interacting with PKR. Sequence alignment indicated that several key residues critical for binding were conserved in OV20.0, their contribution to OV20.O function was invest...

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

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

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