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

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

2016
Moritz Bömer Aliyu A. Turaki Gonçalo Silva P. Lava Kumar Susan E. Seal

Yam (Dioscorea spp.) plants are potentially hosts to a diverse range of badnavirus species (genus Badnavirus, family Caulimoviridae), but their detection is complicated by the existence of integrated badnavirus sequences in some yam genomes. To date, only two badnavirus genomes have been characterised, namely, Dioscorea bacilliform AL virus (DBALV) and Dioscorea bacilliform SN virus (DBSNV). A ...

2015
Syeda Amber Kazmi Zuokun Yang Ni Hong Guoping Wang Yanfen Wang Neal A. DeLuca

RNA silencing is an antiviral immunity that regulates gene expression through the production of small RNAs (sRNAs). In this study, deep sequencing of small RNAs was used to identify viruses infecting two taro plants. Blast searching identified five and nine contigs assembled from small RNAs of samples T1 and T2 matched onto the genome sequences of badnaviruses in the family Caulimoviridae. Comp...

Journal: :Diversitas Journal 2021

ABSTRACT: Plant viruses have a wide range of weed/wild hosts, which can act as virus reservoirs. Centosema brasilianum is wild leguminous species frequently found in association with cultivated fields the Northeast region country. In March 2017, plant C. was showing symptoms mosaic and leaf rolling, municipality Maceio, state Alagoas. this context, present study aimed to detect molecular charac...

Journal: :Virology 1999
P Marmey B Bothner E Jacquot A de Kochko C A Ong P Yot G Siuzdak R N Beachy C M Fauquet

Rice tungro bacilliform virus (RTBV) is a plant pararetrovirus and a member of the Caulimoviridae family and closely related to viruses in the Badnavirus genus. The coat protein of RTBV is part of the large polyprotein encoded by open reading frame 3 (ORF3). ORF3 of an RTBV isolate from Malaysia was sequenced (accession no. AF076470) and compared with published sequences for the region that enc...

Journal: :The Journal of general virology 2011
Wilmer J Cuellar Joao De Souza Israel Barrantes Segundo Fuentes Jan F Kreuze

Two serologically unrelated sweet potato viruses causing symptoms of vein clearing in the indicator plant Ipomoea setosa were isolated and their genomes have been sequenced. They are associated with symptomless infections in sweet potato but distinct vein-clearing symptoms and higher virus titres were observed when these viruses co-infected with sweet potato chlorotic stunt virus (SPCSV), a vir...

Journal: :The Journal of general virology 2001
Y Takemoto T Hibi

Soybean chlorotic mottle virus (SbCMV) is the type species of the genus 'Soybean chlorotic mottle-like viruses', within the family Caulimoviridae. The double-stranded DNA genome of SbCMV (8178 bp) contains eight major open reading frames (ORFs). Viral genes essential and non-essential for the replication and movement of SbCMV were investigated by mutational analysis of an infectious 1.3-mer DNA...

2014
Jonathan Seguin Rajendran Rajeswaran Nachelli Malpica-López Robert R. Martin Kristin Kasschau Valerian V. Dolja Patricia Otten Laurent Farinelli Mikhail M. Pooggin

Virus-infected plants accumulate abundant, 21-24 nucleotide viral siRNAs which are generated by the evolutionary conserved RNA interference (RNAi) machinery that regulates gene expression and defends against invasive nucleic acids. Here we show that, similar to RNA viruses, the entire genome sequences of DNA viruses are densely covered with siRNAs in both sense and antisense orientations. This ...

2015
Karel Petrzik Jan Vondrák Jana Kvíderová Jaromír Lukavský

Trebouxia aggregata (Archibald) Gärtner (phylum Chlorophyta, family Trebouxiaceae), a lichen symbiotic alga, has been identified as host of the well-known herbaceous plant virus Cauliflower mosaic virus (CaMV, family Caulimoviridae). The alga had been isolated from Xanthoria parietina more than 70 years ago and has been maintained in a collection since that time. The CaMV detected in this colle...

2018
Artemis Rumbou Thierry Candresse Armelle Marais Sebastien Theil Juliane Langer Risto Jalkanen Carmen Büttner

In declining birches (Betula sp.) from different European stands affected by the "birch leaf-roll disease" (BLRD) a novel virus is identified by means of RNA-Seq virome analysis. The virus represents a new member in the genus Badnavirus, family Caulimoviridae, tentatively named Birch leaf roll-associated virus (BLRaV) and it is the first badnavirus found to infect birch. Complete genome sequenc...

2014
Ryosuke Yasaka Huy D. Nguyen Simon Y. W. Ho Sebastián Duchêne Savas Korkmaz Nikolaos Katis Hideki Takahashi Adrian J. Gibbs Kazusato Ohshima

Cauliflower mosaic virus (CaMV) is a plant pararetrovirus with a double-stranded DNA genome. It is the type member of the genus Caulimovirus in the family Caulimoviridae. CaMV is transmitted by sap inoculation and in nature by aphids in a semi-persistent manner. To investigate the patterns and timescale of CaMV migration and evolution, we sequenced and analyzed the genomes of 67 isolates of CaM...

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

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

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