脊柱关节病外周关节滑膜高表达的RANK/RANKL/OPG系统与炎症呈部分分离
Vandooren B, et al. Arthritis Rheum. 2008;58:718-729

目的:
柱关节病(SpA)和类风湿关节炎(RA)的骨损伤模式不同,RA患者中骨侵蚀更显著一些。RANK/RANKL/OPG系统通过促进破骨细胞和成熟与活
化从而在骨吸收中起到核心的作用。为了评价该系统在独特骨表型中的潜在作用,我们研究了这些分子在SpA和RA外周关节炎性滑膜中的表达。

方法:从35例SpA和19例RA患者活动性炎性外周关节中活检滑膜。从TNF拮抗剂治疗后的24例SpA患者中获得相配对的滑膜标本。用免疫组化检测滑膜组织中RANKL、OPG、RANK、TRAP表达,并用半定量评分和数字图像分析进行评估。

结果:
广泛验证相应抗体的效力和特异性后,我们证实SpA炎性滑膜中富表达RANKL和OPG。成纤维细胞样滑膜细胞和衬里下层T淋巴细胞均表达RANKL。炎
性组织中可见RANKL阳性破骨细胞前体细胞,但未见成熟的TRAP阳性破骨细胞。这些分子在非银屑病SpA、银屑病SpA以及RA患者中的表达并无差
异,它们的表达与系统性或局部炎症水平无关联,而且高效的TNF拮抗剂治疗并不能显著改变这些分子的表达。只有在全身性抗TNF疗效显著的部分患者的滑膜
衬里层中,RANKL呈表达下调。

结论:RANKL、OPG和RANK的定性或定量检测结果不足以解释TNF拮抗剂对于SpA患者骨侵蚀的相对骨保护作用。这些分子在SpA外周关节炎性滑膜中的高表达与全身性以及局部炎症呈显著分离。

原文链接或参见以下信息。

Arthritis Rheum. 2008 Mar;58(3):718-29.
The
abundant synovial expression of the RANK/RANKL/Osteoprotegerin system
in peripheral spondylarthritis is partially disconnected from
inflammation.

Vandooren B, Cantaert T, Noordenbos T, Tak PP, Baeten D.
Academic Medical Center/University of Amsterdam, Amsterdam, The Netherlands.

Comment in: Arthritis Rheum. 2008 Mar;58(3):641-4.

OBJECTIVE:
Spondylarthritis (SpA) and rheumatoid arthritis (RA) have different
patterns of bone damage, with more pronounced bone erosions in RA. The
RANK/RANKL/osteoprotegerin (OPG) system plays a central role in bone
resorption by promoting the maturation and activation of osteoclasts. To
assess the potential role of this system in the distinct bone
phenotype, we studied the synovial expression of these mediators in SpA
and RA peripheral synovitis.

METHODS: Synovial biopsy specimens
were obtained from the actively inflamed peripheral joints of 35
patients with SpA and 19 patients with RA. Paired synovial biopsy
samples were obtained from 24 patients with SpA after tumor necrosis
factor alpha (TNFalpha) blockade. Synovial tissue sections were
immunostained for RANKL, OPG, RANK, and TRAP and assessed by
semiquantitative scoring and digital image analysis.

RESULTS:
After extensive validation of the reactivity and specificity of the
antibodies, we demonstrated the abundant expression of RANKL and OPG in
SpA synovitis. RANKL was expressed by both fibroblast-like synoviocytes
and sublining T lymphocytes. RANK-positive osteoclast precursors but no
mature TRAP-positive osteoclasts were present in the inflamed tissue.
The expression of these mediators was not different between patients
with nonpsoriatic SpA, patients with psoriatic SpA, and patients with
RA, was not related to the degree of systemic or local inflammation, and
was not significantly modulated by highly effective treatment with
TNFalpha blockers. Only the subset of patients with the best systemic
response to TNFalpha blockade had decreased RANKL expression in the
intimal lining layer.

CONCLUSION: The relative protection
against bone erosions in SpA cannot be explained by qualitative or
quantitative differences in the synovial expression of RANKL, OPG, and
RANK. The abundant expression of these factors in SpA peripheral
synovitis is largely disconnected from systemic and local inflammation.

PMID: 18311801 [PubMed - indexed for MEDLINE]

脊柱关节病外周关节滑膜高表达的RANK/RANKL/OPG系统与炎症呈部分分离的更多相关文章

  1. 【转发】构建高可伸缩性的WEB交互式系统(下)

    原文转自:http://kb.cnblogs.com/page/504518/ 本文是<构建高可伸缩性的WEB交互式系统>系列文章的第三篇,以网易的NEJ框架为例,对模块的可伸缩性进行分析 ...

  2. 【转发】构建高可伸缩性的WEB交互式系统(中)

    原文转自:http://kb.cnblogs.com/page/503953/ 在<构建高可伸缩性的WEB交互式系统>的第一篇,我们介绍了Web交互式系统中平台的可伸缩性.本文将描述模块的 ...

  3. 使用Holer外网SSH访问内网(局域网)Linux系统

    1. Holer工具简介 Holer exposes local servers behind NATs and firewalls to the public internet over secur ...

  4. 在Load average 高的情况下如何鉴别系统瓶颈

    在Load average 高的情况下如何鉴别系统瓶颈.是CPU不足,还是io不够快造成? 或是内存不足? 一:查看系统负载vmstat procs -----------memory-------- ...

  5. 磁盘IO过高时的处理办法 针对系统中磁盘IO负载过高的指导性操作

    磁盘IO过高时的处理办法 针对系统中磁盘IO负载过高的指导性操作 主要命令:echo deadline > /sys/block/sda/queue/scheduler 注:以下的内容仅是提供参 ...

  6. SQL Server 临时禁用和启用所有外键约束(高版本向低版本迁移数据)

    --获得禁用所有外键约束的语句 select 'ALTER TABLE [' + b.name + '] NOCHECK CONSTRAINT ' + a.name +';' as 禁用约束 from ...

  7. 【转发】构建高可伸缩性的WEB交互式系统(上)

    原文转自:http://kb.cnblogs.com/page/503460/ 可伸缩性是一种对软件系统处理能力的设计指标,高可伸缩性代表一种弹性,在系统扩展过程中,能够保证旺盛的生命力,通过很少的改 ...

  8. 高级java高并发,高性能,分布式,高可用,负载均衡,系统架构实战

    java架构师.集群.高可用.高可扩 展.高性能.高并发.性能优化.Spring boot.Redis.ActiveMQ.Nginx.Mycat.Netty.Jvm大型分布 式项目实战 视频课程包含: ...

  9. MySQL 在高并发下的 订单撮合 系统使用 共享锁 与 排他锁 保证数据一致性

    作者:林冠宏 / 指尖下的幽灵 掘金:https://juejin.im/user/587f0dfe128fe100570ce2d8 博客:http://www.cnblogs.com/linguan ...

  10. Linux高并发网络编程开发——10-Linux系统编程-第10天(网络编程基础-socket)

    在学习Linux高并发网络编程开发总结了笔记,并分享出来.有问题请及时联系博主:Alliswell_WP,转载请注明出处. 10-Linux系统编程-第10天(网络编程基础-socket) 在学习Li ...

随机推荐

  1. ArcGISServer 10.4 虚拟机 安装 新建站点失败 Failed to configure the server machine ''. Server machine '' is not a local

    在通过 VMware  创建的虚拟机上(win7 64位)安装ArcServer 10.4,新建站点时出现下面的错误. Failed to configure the server machine ' ...

  2. 打印菱形-java

    public class WeekendDemo01 { /** 打印菱形 * * * *** * ***** * *** * * */ public static void main(String[ ...

  3. 干电池升压3.3V芯片

    PW5100适用于一节干电池升压到3.3V,两节干电池升压3.3V的升压电路,PW5100干电池升压IC. 干电池1.5V和两节干电池3V升压到3.3V的测试数据 两节干电池输出500MA测试: PW ...

  4. 深入理解Whitelabel Error Page底层源码

    深入理解Whitelabel Error Page底层源码 (一)服务器请求处理错误则转发请求url StandardHostValve的invoke()方法将根据请求的url选择正确的Context ...

  5. angr原理与实践(三)——Arbiter:一种弥合二进制程序漏洞发现中的静态和动态鸿沟

    ​ 转载请说明出处:信安科研人 please subscribe my official wechat :信安科研人 获取更多安全资讯 原文链接:sec22-vadayath.pdf (usenix. ...

  6. 开局一张图,构建神奇的 CSS 效果

    假设,我们有这样一张 Gif 图: 利用 CSS,我们尝试来搞一些事情. 图片的 Glitch Art 风 在这篇文章中 --CSS 故障艺术,我们介绍了利用混合模式制作一种晕眩感觉的视觉效果.有点类 ...

  7. Jmeter 之 If 逻辑控制器

    在Jmeter 中如要在某种场景中才执行特殊请求,此时可用If 逻辑控制器来实现. If 逻辑控制器顾名思义当符合某个条件时则执行,添加路径:测试计划->线程组->逻辑控制器->if ...

  8. RSA_zd网校登录

    网站 aHR0cHM6Ly91c2VyLndhbmd4aWFvLmNuL2xvZ2lu 点到密码登录,会返回验证码 输入错误的账号密码点登录抓包,可以看到密码是被加密的  initator点进去  简 ...

  9. overflow:scroll修改样式

    当overflow :scroll 出现滚动条后,默认的滚动条样式太丑了,不是我们想要的,那么我们来修改一下吧!~ 话不多说,直接上代码  /* 定义滚动条样式 */ ::-webkit-scroll ...

  10. Young's theorem杨氏定理

    杨氏定理 定理叙述 参考百度百科. Young's Theorem: Let \(f\) be a differentiable function of \(n\) variables. If eac ...