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

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

Journal: :The FEBS journal 2009
Kenichi Imai Kaori Asamitsu Ann Florence B Victoriano Marni E Cueno Koh Fujinaga Takashi Okamoto

Transcription from HIV-1 proviral DNA is a rate-determining step for HIV-1 replication. Interaction between the cyclin T1 (CycT1) subunit of positive transcription elongation factor b (P-TEFb) and the Tat transactivator protein of HIV-1 is crucial for viral transcription. CycT1 also interacts directly with the transactivation-responsive element (TAR) located on the 5'end of viral mRNA, as well ...

Journal: :Bioinformatics 2010
Pantelis G. Bagos Elisanthi P. Nikolaou Theodore D. Liakopoulos Konstantinos D. Tsirigos

MOTIVATION Computational prediction of signal peptides is of great importance in computational biology. In addition to the general secretory pathway (Sec), Bacteria, Archaea and chloroplasts possess another major pathway that utilizes the Twin-Arginine translocase (Tat), which recognizes longer and less hydrophobic signal peptides carrying a distinctive pattern of two consecutive Arginines (RR)...

2009
Weili Yan Anekant Jain Ronan O’Carra Jerold G Woodward Wenxue Li Guanhan Li Avindra Nath Russell J Mumper

Lipid-based nanoparticles (NPs) with a small amount of surface-chelated nickel (Ni-NPs) were developed to easily formulate the HIV his-tagged Tat protein, as well as to formulate and co-deliver two HIV antigens (his-p24 and his-Nef) on one particle. Female BALB/c mice were immunized by s.c. injection with his-Tat/Ni-NP formulation (1.5 μg Tat-his/mouse) and control formulations on day 0 and 14....

2017
Kaori Asamitsu Takatsugu Hirokawa Takashi Okamoto

In this study, we applied molecular dynamics (MD) simulation to analyze the dynamic behavior of the Tat/CycT1/CDK9 tri-molecular complex and revealed the structural changes of P-TEFb upon Tat binding. We found that Tat could deliberately change the local flexibility of CycT1. Although the structural coordinates of the H1 and H2 helices did not substantially change, H1', H2', and H3' exhibited s...

Journal: :Virology 2001
L Deng D Wang C de la Fuente L Wang H Li C G Lee R Donnelly J D Wade P Lambert F Kashanchi

HIV-1 Tat is able to form a ternary complex with P/CAF and p300 and increase the affinity for CDK9/P-TEFb CTD kinase complex. Our previous study demonstrated that Tat binds to p300/CBP in the minimal HAT domain (aa 1253-1790) and that the interaction results in a change of conformation on p300/CBP. Here, we show that the Tat-p300 interaction increases the HAT activity of p300 on histone H4 that...

2010
Yi Wang Haihuan Lin Shaoqiang Lin Jia Qu Jian Xiao Yadong Huang Yechen Xiao Xiaobing Fu Yongguang Yang Xiaokun Li

The development of non-invasive ocular drug delivery systems is of practical importance in the treatment of retinal disease. In this study, we evaluated the efficacy of transactivator of transcription protein transduction domain (TAT-PTD, TAT(49-57)) as a vehicle to deliver acidic FGF (aFGF) to retina in rats. TAT-conjugated aFGF-His (TAT-aFGF-His) exhibited efficient penetration into the retin...

Journal: :Cancer science 2008
Sun-Je Woo Chang-Hyun Kim Mi-Young Park Hye-Sung Kim Hyun-Jung Sohn Jung-Sun Park Hyung-Jin Kim Seong-Taek Oh Tai-Gyu Kim

Although dendritic cells (DC) have been well demonstrated as a strong cellular adjuvant for a tumor vaccine, there are several limitations for clinical application. A protein-based vaccine using a potent adjuvant is an appealing approach for tumor antigen-specific immunotherapy because of their simplicity, safety, efficacy and capacity for repeated administration. CpG-oligodeoxynucleotides (ODN...

2016
Jian Zhang Rui Xu Xinyi Tao Yuguo Dong Xinxin Lv Aiyou Sun Dongzhi Wei

Interleukin-24 (IL-24) is a cytokine belonging to the IL-10 gene family. This cytokine selectively induces apoptosis in cancer cells, without harming normal cells, through a mechanism involving endoplasmic reticulum (ER) stress response. TAT-IL-24-KDEL is a fusion protein that efficiently enters the tumor cells and locates in the ER. Here we report that TAT-IL-24-KDEL induced apoptosis in human...

Journal: :Genes & development 1990
M F Laspia A P Rice M B Mathews

We studied the combined effects of Tat and general trans-activators, such as E1A and phorbol esters, on human immunodeficiency virus-1 (HIV-1) gene expression. Interaction between these two types of trans-activators may be involved in the transition from transcriptional quiesence during viral latency to active gene expression during productive infection. E1A cooperated with Tat to produce a fou...

2016
Lucius C Imoh Mubanga Mutale Christopher T Parker Rajiv T Erasmus Annalise E Zemlin

INTRODUCTION Timeliness of laboratory results is crucial to patient care and outcome. Monitoring turnaround times (TAT), especially for emergency tests, is important to measure the effectiveness and efficiency of laboratory services. Laboratory-based clinical audits reveal opportunities for improving quality. Our aim was to identify the most critical steps causing a high TAT for cerebrospinal f...

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

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

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