نتایج جستجو برای: beneath whose cryptic

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

2017
Alina Bączkiewicz Monika Szczecińska Jakub Sawicki Adam Stebel Katarzyna Buczkowska

Aneura pinguis is a thalloid liverwort species with broad geographical distribution. It is composed of cryptic species, however, the number of cryptic species within A. pinguis is not known. Five cpDNA regions (matK, rbcL, rpoC1, trnH-psbA and trnL-trnF) and the entire nuclear ITS region were studied in 130 samples of A. pinguis from different geographical regions. The relationships between the...

Journal: :PLoS Biology 2008
Vanessa Cheung Gordon Chua Nizar N Batada Christian R Landry Stephen W Michnick Timothy R Hughes Fred Winston

Previous studies in Saccharomyces cerevisiae have demonstrated that cryptic promoters within coding regions activate transcription in particular mutants. We have performed a comprehensive analysis of cryptic transcription in order to identify factors that normally repress cryptic promoters, to determine the amount of cryptic transcription genome-wide, and to study the potential for expression o...

2015
Dmitry Lajus Natalia Sukhikh Victor Alekseev

Interest in cryptic species has increased significantly with current progress in genetic methods. The large number of cryptic species suggests that the resolution of traditional morphological techniques may be insufficient for taxonomical research. However, some species now considered to be cryptic may, in fact, be designated pseudocryptic after close morphological examination. Thus the "crypti...

Journal: :Biology letters 2016
Gerardo Pérez-Ponce de León Robert Poulin

Cryptic diversity plagues estimates of biodiversity, conservation efforts and attempts to control diseases and invasive species. Here, we re-visit a decade-old assessment of whether or not cryptic species are homogeneously reported among higher metazoan taxa. We compiled information from an extensive survey of the literature to recover all reports of cryptic species among metazoans. After corre...

Journal: :Clinical cancer research : an official journal of the American Association for Cancer Research 2007
Alexandra Cretu Jennifer M Roth Maresa Caunt Abebe Akalu Desiree Policarpio Silvia Formenti Paul Gagne Leonard Liebes Peter C Brooks

PURPOSE The importance of cellular communication with the extracellular matrix in regulating cellular invasion is well established. Selective disruption of communication links between cells and the local microenvironment by specifically targeting non-cellular matrix-immobilized cryptic extracellular matrix epitopes may represent an effective new clinical approach to limit tumor-associated angio...

2017
Chokri Bayoudh Manel Elair Rahma Labidi Afifa Majdoub Naima Mahfoudhi Messaoud Mars

Fig mosaic disease (FMD) is a viral disease that spreads in all Tunisian fig (Ficus carica L.) orchards. RT-PCR technique was applied to leaf samples of 29 fig accessions of 15 fig varieties from the fig germplasm collection of High Agronomic Institute (I.S.A) of Chatt-Mariem, to detect viruses associated to FMD. Analysis results show that 65.5% of the accessions (19/29) and 80.0% (12/15) of th...

2013
Kyoko Shibata Atsushi Hozawa Gen Tamiya Masao Ueki Tomohiro Nakamura Hiroto Narimatsu Isao Kubota Yoshiyuki Ueno Takeo Kato Hidetoshi Yamashita Akira Fukao Takamasa Kayama

The impact of cryptic relatedness (CR) on genomic association studies is well studied and known to inflate false-positive rates as reported by several groups. In contrast, conventional epidemiological studies for environmental risks, the confounding effect of CR is still uninvestigated. In this study, we investigated the confounding effect of unadjusted CR among a rural cohort in the relationsh...

2016
Atze J Bergsma Stijn LM in ‘t Groen Frans W Verheijen Ans T van der Ploeg WWM Pim Pijnappel

While 9% of human pathogenic variants have an established effect on pre-mRNA splicing, it is suspected that an additional 20% of otherwise classified variants also affect splicing. Aberrant splicing includes disruption of splice sites or regulatory elements, or creation or strengthening of cryptic splice sites. For the majority of variants, it is poorly understood to what extent and how these m...

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

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

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