نتایج جستجو برای: phic31 integrase

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

Journal: :Molecular therapy : the journal of the American Society of Gene Therapy 2003
Zhi-Ying Chen Cheng-Yi He Anja Ehrhardt Mark A Kay

The loss of transgene expression has been a major obstacle to the development of nonviral vectors for the treatment of human diseases. We previously demonstrated that bacterial DNA linked to a mammalian expression cassette resulted in transcriptional silencing of the transgene in vivo. To confirm these studies and develop a means to produce a robust DNA vector that is not silenced in vivo, we d...

2017
Ki-Eun Park Anne Powell Shelley E. S. Sandmaier Chan-Mi Kim Alan Mileham David M. Donovan Bhanu P. Telugu

The domestic pig is an important "dual purpose" animal model for agricultural and biomedical applications. There is an emerging consensus in the biomedical community for the use of large animal models such as pigs to either serve as an alternative, or complement investigations from the mouse. However, the use of pig has not proven popular due to technical difficulties and time required in gener...

2011
Chiann-mun Chen Jon Krohn Shoumo Bhattacharya Benjamin Davies

The activities of nine ubiquitous promoters (ROSA26, CAG, CMV, CMVd1, UbC, EF1α, PGK, chicken β-actin and MC1) have been quantified and compared in mouse embryonic stem cells. To avoid the high variation in transgene expression which results from uncontrolled copy number and chromosomal position effects when using random insertion based transgenic approaches, we have adopted a PhiC31 integrase ...

2016
Ki-Eun Park Chi-Hun Park Anne Powell Jessica Martin David M. Donovan Bhanu P. Telugu

The pig is an ideal large animal model for genetic engineering applications. A relatively short gestation interval and large litter size makes the pig a conducive model for generating and propagating genetic modifications. The domestic pig also shares close similarity in anatomy, physiology, size, and life expectancy, making it an ideal animal for modeling human diseases. Often, however, the te...

خبیری, علیرضا, آزادمنش, کیهان, ریخته‌گران تهرانی, زهرا, عزیزی, محمد, مصطفوی, احسان ,

Background: Improving the performance of HIV diagnosis assays is one of the most important ways to reduce HIV transmission. Because of the high mutation rate of HIV, it is critical to use the conserved proteins to develop diagnostic immunoassay methods. Because integrase is one of the most conserved proteins of HIV, it may be a good target for this purpose. In this paper cloning, purification a...

2018
Fang Yang Yingying Lei Meiling Zhou Qili Yao Yichao Han Xiang Wu Wanshun Zhong Chenghang Zhu Weize Xu Ran Tao Xi Chen Da Lin Khaista Rahman Rohit Tyagi Zeshan Habib Shaobo Xiao Dang Wang Yang Yu Huanchun Chen Zhenfang Fu Gang Cao

Protein-protein interaction (PPI) network maintains proper function of all organisms. Simple high-throughput technologies are desperately needed to delineate the landscape of PPI networks. While recent state-of-the-art yeast two-hybrid (Y2H) systems improved screening efficiency, either individual colony isolation, library preparation arrays, gene barcoding or massive sequencing are still requi...

Journal: :Genetics 2013
Natalia Wesolowska Yikang S Rong

Significant advances in genomics underscore the importance of targeted mutagenesis for gene function analysis. Here we have developed a scheme for long-range targeted manipulation of genes in the Drosophila genome. Utilizing an attP attachment site for the phiC31 integrase previously targeted to the nbs gene, we integrated an 80-kb genomic fragment at its endogenous locus to generate a tandem d...

Journal: :Journal of bacteriology 2002
Patricia Combes Rob Till Sally Bee Margaret C M Smith

The integrase from the Streptomyces phage (phi)C31 is a member of the serine recombinase family of site-specific recombinases and is fundamentally different from that of lambda or its relatives. Moreover, (phi)C31 int/attP is used widely as an essential component of integration vectors (such as pSET152) employed in the genetic analysis of Streptomyces species. phiC31 or integrating plasmids con...

Journal: :Science 2006
Koen J T Venken Yuchun He Roger A Hoskins Hugo J Bellen

We describe a transgenesis platform for Drosophila melanogaster that integrates three recently developed technologies: a conditionally amplifiable bacterial artificial chromosome (BAC), recombineering, and bacteriophage PhiC31-mediated transgenesis. The BAC is maintained at low copy number, facilitating plasmid maintenance and recombineering, but is induced to high copy number for plasmid isola...

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

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

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