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

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

2002
JOSEPH A. MARTIAL

The structure of the thermostable triosephosphate isomerase (TIM) from Bacillus stearothermophilus complexed with the competitive inhibitor 2-phosphoglycolate was determined by X-ray crystallography to a resolution of 2.8 A. The structure was solved by molecular replacement using XPLOR. Twofold averaging and solvent flattening was applied to improve the quality of the map. Active sites in both ...

Journal: :International journal of clinical and experimental pathology 2014
Caixia Li Xiaochen Chen Xiao Yu Yibei Zhu Chao Ma Rui Xia Jinfeng Ma Caihong Gu Lu Ye Depei Wu

T cells immunoglobulin mucin 3 (Tim-3) is an important inhibitory stimulatory molecule, which has been reported to play a vital role in the tumor immune escape and be correlated with clinicopathological prognostic stratification in solid tumor. However, the related research is rare of Tim-3 in non-solid tumor, such as acute myeloid leukemia (AML). In this study, we investigated the expression c...

2017
Christoph Wenger Silke Oeljeklaus Bettina Warscheid André Schneider Anke Harsman

Mitochondrial protein import is essential for Trypanosoma brucei across its life cycle and mediated by membrane-embedded heterooligomeric protein complexes, which mainly consist of trypanosomatid-specific subunits. However, trypanosomes contain orthologues of small Tim chaperones that escort hydrophobic proteins across the intermembrane space. Here we have experimentally analyzed three novel tr...

Journal: :The Journal of Experimental Medicine 2005
Thomas T. Chen Li Li Dong-Hui Chung Christopher D.C. Allen Suzy V. Torti Frank M. Torti Jason G. Cyster Chih-Ying Chen Frances M. Brodsky Eréne C. Niemi Mary C. Nakamura William E. Seaman Michael R. Daws

T cell immunoglobulin-domain and mucin-domain (TIM) proteins constitute a receptor family that was identified first on kidney and liver cells; recently it was also shown to be expressed on T cells. TIM-1 and -3 receptors denote different subsets of T cells and have distinct regulatory effects on T cell function. Ferritin is a spherical protein complex that is formed by 24 subunits of H- and L-f...

Journal: :Journal of lipid research 1998
J A Ecsedy H C Yohe A J Bergeron T N Seyfried

A procedure was developed to analyze glycosphingolipids (GSLs) in tumor-infiltrating macrophages (TIMs). The procedure entailed dissociating tumors into single cell suspensions with a concurrent metabolic labeling of GSLs using [14C]galactose. TIMs were then separated from tumor cells and other host cells by magnetic activated cell sorting and CD11b (Mac-1) microbeads. Gangliosides and neutral ...

Journal: :Journal of immunology 2010
Olaf Boenisch Francesca D'Addio Toshihiko Watanabe Wassim Elyaman Ciara N Magee Melissa Y Yeung Robert F Padera Scott J Rodig Takaya Murayama Katsunori Tanaka Xueli Yuan Takuya Ueno Anke Jurisch Bechara Mfarrej Hisaya Akiba Hideo Yagita Nader Najafian

T cell Ig domain and mucin domain (TIM)-3 has previously been established as a central regulator of Th1 responses and immune tolerance. In this study, we examined its functions in allograft rejection in a murine model of vascularized cardiac transplantation. TIM-3 was constitutively expressed on dendritic cells and natural regulatory T cells (Tregs) but only detected on CD4(+)FoxP3(-) and CD8(+...

Journal: :Journal of investigational allergology & clinical immunology 2010
Z Mou J Shi Y Tan R Xu Z Zhao G Xu H Li

BACKGROUND TIM-1, a member of the T cell immunoglobulin and mucin (TIM) domain family, is involved in T-cell differentiation and has been implicated in allergic diseases. An association between TIM-1 and allergic rhinitis, however, has not been established. OBJECTIVE To investigate whether TIM-1 gene polymorphisms were associated with allergic rhinitis in a Han Chinese population. METHODS T...

Journal: :Genetics 1998
A Ousley K Zafarullah Y Chen M Emerson L Hickman A Sehgal

Circadian (approximately 24-hr) rhythms in Drosophila melanogaster depend upon cyclic expression of the period (per) and timeless (tim) genes, which encode interacting components of the endogenous clock. The per gene has been isolated from other insects and, more recently, a per ortholog was found in mammals where its expression oscillates in a circadian fashion. We report here the complete seq...

Journal: :Journal of immunology 2009
Jie Zhao Zhang Lei Yanyan Liu Bo Li Liang Zhang Haoshu Fang Chuanwang Song Xiaomei Wang Gui-Mei Zhang Zuo-Hua Feng Bo Huang

Pregnant women have both the local immune tolerance at the maternal-fetal interface and the systemic immune defense against pathogens. To date, regardless of the extensive investigation on the maternal-fetal immune tolerance, the maintenance of systemic immune defense in pregnant women still remains poorly understood. In the present study, we demonstrate that the immunoregulatory molecule T cel...

2017
Huan Zhang Rong Xiang Bin Wu Jinlong Li Guilin Luo

As a negative regulatory molecule, T-cell immunoglobulin and mucin domain-3 (Tim-3) is closely associated with tumor immunological tolerance. The aim of this study was to investigate Tim-3 expression in invasive ductal breast cancer (IDC), its effect on clinicopathological parameters and its association with cytotoxic lymphocyte infiltration. Tim-3 protein expression was measured in 150 paraffi...

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

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

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