نتایج جستجو برای: recessive epidermolysis bullosa

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

Journal: :Journal of medical genetics 1992
L al-Imara A J Richards R A Eady I M Leigh M Farrall F M Pope

Linkage of the anonymous marker D3S2 at 3p21 has been shown in three British families with dominant dystrophic epidermolysis bullosa with a combined lod score of 6.75 at theta = 0. This locus is close to the collagen type VII locus implying that abnormalities of this gene cause dominant dystrophic epidermolysis bullosa.

Journal: :AANA journal 2004
Kelly L Crowley Yuri O Shevchenko

Epidermolysis bullosa is an inherited skin disease that leads to an array of medical problems. Patients are susceptible to blistering and scar formation following even minor trauma. These patients may present with scarring, limiting the range of motion of their temporal mandibular joint. This case report describes a 15-year-old patient with epidermolysis bullosa presenting for contracture relea...

2016
Cristina Chamorro Angeles Mencía David Almarza Blanca Duarte Hildegard Büning Jessica Sallach Ingrid Hausser Marcela Del Río Fernando Larcher Rodolfo Murillas

Clonal gene therapy protocols based on the precise manipulation of epidermal stem cells require highly efficient gene-editing molecular tools. We have combined adeno-associated virus (AAV)-mediated delivery of donor template DNA with transcription activator-like nucleases (TALE) expressed by adenoviral vectors to address the correction of the c.6527insC mutation in the COL7A1 gene, causing rece...

Journal: :The Journal of Experimental Medicine 1998
Chihiro Matsui Phyllis Pereira C. Kathy Wang Charlotte F. Nelson Timothy Kutzkey Caroline Lanigan David Woodley Masaaki Morohashi Elizabeth A. Welsh Warren K. Hoeffler

Junctional epidermolysis bullosa (JEB) is an autosomal recessive skin blistering disease with both lethal and nonlethal forms, with most patients shown to have defects in laminin-5. We analyzed the location of mutations, gene expression levels, and protein chain assembly of the laminin-5 heterotrimer in six JEB patients to determine how the type of genetic lesion influences the pathophysiology ...

2015
Ana Paula Caio Zidorio Eliane Said Dutra Dryelle Oliveira Dias Leão Izelda Maria Carvalho Costa

Epidermolysis Bullosa is a genetic disorder that affects mainly the skin, however, all others systems are influenced. The nutritional care of children and adolescents with Epidermolysis Bullosa is a key treatment strategy, since the energy needs are increased due to the disease's metabolism, burdening the immune system and cicatrization process, symptoms caused by the disease hinder the intake ...

2016
Heather M. Holahan Ronda S. Farah Nkanyezi N. Ferguson Amy S. Paller Allison A. Legler

EBS: epidermolysis bullosa simplex INTRODUCTION Botulinum toxin has been used to treat plantar blistering and pain in 7 epidermolysis bullosa simplex patients, includingone child,with excellent but transient success (Table I). Most of these patients were treated with abobotulinumtoxinA, including the indexed pediatric patient. We recently investigated the use of onabotulinumtoxinA to treat epid...

Journal: :Journal of Investigative Dermatology 2022

RDEB is a rare bullous genodermatosis caused by mutations in COL7A1. Clinical features range from severe wounds to esophageal strictures and anemia. Prior work has identified associations of biallelic COL7A1 premature termination codon (PTC) with more disease, likely absent or severely truncated type VII collagen (C7), but genotype-phenotype for other including splice site (SP) missense (MS) re...

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

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

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