نتایج جستجو برای: 25 different alleles 185

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

The requirement of varying doses of warfarin for different individuals can be explained by environmental and genetic factors. We evaluated the frequency of vitamin K epoxide reductase complex subunit 1 (VKORC1) and cytochrome P450 2C9 (CYP2C9) variants together with patientdemographic characteristics and investigated their association with warfarin dose requirement with the ob...

2007
SANG CHUL KIM ANDMYUNG GYOON LEE

We present BVRI CCD surface photometry for the central(6 0 .35 6 0 .35) regions of the dwarf elliptical galaxies NGC 185 and NGC 205 in the Local Group. Surface brightness prooles of NGC 185 (R < 225 00) and NGC 205 (R < 186 00) show excess components in the central regions. The colors of NGC 185 get bluer inward at R < 25 00 , while they remain constant at R 25 00. The colors of NGC 205 get bl...

Journal: :iranian journal of allergy, asthma and immunology 0
mohammadi javad division of clinical immunology, department of laboratory medicine, karolinska institutet at karolin pourpak zahra immunology, asthma and allergy research institute, tehran university of medical science, tehran, ira jarefors sara department of medical epidemiology and biostatistics (meb), karolinska institute, box 281, 171 77 sw saghafi shiva immunology, asthma and allergy research institute, tehran university of medical science, tehran, ira zendehdel kazem cancer research center, cancer institute, school of medicine, tehran university of medical sciences, pourfathollah ali akbar department of immunology, school of medicine, tarbiat modarres university of medical sciences, tehra

selective iga deficiency (igad) (serum iga concentration of pcr was used to type hla b, dr, and dq alleles in 29 iranian individuals with igad and 299 swedish individuals with igad. the results indicate a strong association with the hla b14, dr1 alleles in iranian subjects and hla b8, b12, b13, b14, b40, dr1, dr3, dr7, dq2 and dq5 alleles in swedish subjects. differences in hla association of i...

Background and Objective: Phenylketonuria (PKU) is a metabolic disorder that is caused by mutations in the phenylalanine hydroxylase (PAH) gene. The multiplicity of mutations in the PAH gene of PKU leads to the cases, in which the pathogenic mutation cannot be detected. In these cases, the variable number of tandem repeat (VNTR), which is the polymorphic marker associated with the PAH gene, is ...

1999
Terry Plank Jack Baldauf John N. Ludden Jeffrey C. Alt

Subduction zones are the primary regions on Earth today where crust recycling takes place, and through geological time they have been the sites of continent formation. Many of the key elements (e.g., Th, rare earth elements, Ba, and Be) that are important in understanding crustal growth are sequestered in the sedimentary column and in the uppermost oxidized portions of the volcanic section of o...

Journal: :journal of agricultural science and technology 0
d. chandrawati csir-national botanical research institute, rana pratap marg, lucknow-226001, india. n. singh csir-national botanical research institute, rana pratap marg, lucknow-226001, india. r. kumar uttar pradesh council of agricultural research (upcar), vibhuti khand, gomatinagar, lucknow-226010, india. s. kumar uttar pradesh council of agricultural research (upcar), vibhuti khand, gomatinagar, lucknow-226010, india. s. a. ranade csir-national botanical research institute, rana pratap marg, lucknow-226001, india. h. kumar yadav csir-national botanical research institute, rana pratap marg, lucknow-226001, india.

linseed is an important oilseed and fibre crop predominantly grown in india. the aim of the present research was to evaluate genetic diversity and patterns of relationships among the 58 genotypes through 10 morphological traits and 12 polymorphic microsatellite (ssr) markers. euclidean analysis of agro-morphological traits grouped the 58 genotypes into four clusters of which cluster i was the l...

Journal: :Journal of psychiatric research 2009
Howard Steiger Jodie Richardson Norbert Schmitz Ridha Joober Mimi Israel Kenneth R Bruce Lise Gauvin Cathy Dandurand Annelie Anestin

CONTEXT Efforts to classify eating-disordered individuals based on concurrent personality traits have consistently converged on a typology encompassing "over-regulated", "dysregulated", and "low psychopathology" subgroups. In various populations, evidence has associated personality variations of an "over-regulated/dysregulated" type with differences on serotonin-system indices, and specifically...

Background: Potato has a narrow genetic base which is due to its development, as it takes its genetic root from a few genotypes originated from South America. Objectives: The objective of this study was to assess the genetic relationships among potato (Solanum tuberosum L.) genotypes originated from different geographical regions.Materials and Methods: This study has rendered 25 use...

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

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

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