脊柱关节病外周关节滑膜高表达的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. python中调用C代码

    首先我们需要明晰为什么我们需要在python中调用C语言的代码,原因不外乎有二: 其一,python不擅长"大量运算"任务,而擅长于编写简单,"IO密集型作业" ...

  2. sql注入的一丢丢

  3. .net core 中 WebApiClientCore的使用

    WebApiClient 接口注册与选项 1 配置文件中配置HttpApiOptions选项 配置示例 "IUserApi": { "HttpHost": &q ...

  4. k8s驱逐篇(5)-kube-controller-manager驱逐

    kube-controller-manager驱逐 概述 kube-controller-manager驱逐主要依靠NodeLifecycleController以及其中的TaintManager: ...

  5. Flutter异常监控 - 壹 | 从Zone说起

    开启掘金成长之旅!这是我参与「掘金日新计划 · 12 月更文挑战」的第3天,点击查看活动详情 如果你正需要处理Flutter异常捕获,那么恭喜你,找对地了,这里从根源上给你准备了Flutter异常捕获 ...

  6. Auto-Job任务调度框架

    Auto-Job 任务调度框架 一.背景 生活中,业务上我们会碰到很多有关作业调度的场景,如每周五十二点发放优惠券.或者每天凌晨进行缓存预热.亦或每月定期从第三方系统抽数等等,Spring和java目 ...

  7. Python Kconfiglib初次学习

    1 参考 kconfiglib库官方介绍:kconfiglib · PyPI Kconfiglib源码:GitHub - ulfalizer/Kconfiglib: A flexible Python ...

  8. [Python]Python调用Matlab (Pycharm版本)

    目录 第一步:生成Build文件夹 第二步: 复制build文件夹到Pycharm下 第三步:调用代码 第一步:生成Build文件夹 C:\Program Files\MATLAB\R2016a\ex ...

  9. P4711 「化学」相对分子质量 代码

    #include <bits/stdc++.h> using namespace std; double ret=0; namespace StringUtils { pair<st ...

  10. MySQL 更新数据 不同条件(批量)更新不同值

    一般在更新时会遇到以下场景:1.全部更新:2.根据条件更新字段中的某部分内容:3.根据不同的条件更新不同的值,以下是几种场景中常用的update方法. 一.方法分类 二.具体用法 (1)根据条件更新值 ...