脊柱关节病外周关节滑膜高表达的RANK/RANKL/OPG系统与炎症呈部分分离
脊柱关节病外周关节滑膜高表达的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系统与炎症呈部分分离的更多相关文章
- 【转发】构建高可伸缩性的WEB交互式系统(下)
原文转自:http://kb.cnblogs.com/page/504518/ 本文是<构建高可伸缩性的WEB交互式系统>系列文章的第三篇,以网易的NEJ框架为例,对模块的可伸缩性进行分析 ...
- 【转发】构建高可伸缩性的WEB交互式系统(中)
原文转自:http://kb.cnblogs.com/page/503953/ 在<构建高可伸缩性的WEB交互式系统>的第一篇,我们介绍了Web交互式系统中平台的可伸缩性.本文将描述模块的 ...
- 使用Holer外网SSH访问内网(局域网)Linux系统
1. Holer工具简介 Holer exposes local servers behind NATs and firewalls to the public internet over secur ...
- 在Load average 高的情况下如何鉴别系统瓶颈
在Load average 高的情况下如何鉴别系统瓶颈.是CPU不足,还是io不够快造成? 或是内存不足? 一:查看系统负载vmstat procs -----------memory-------- ...
- 磁盘IO过高时的处理办法 针对系统中磁盘IO负载过高的指导性操作
磁盘IO过高时的处理办法 针对系统中磁盘IO负载过高的指导性操作 主要命令:echo deadline > /sys/block/sda/queue/scheduler 注:以下的内容仅是提供参 ...
- SQL Server 临时禁用和启用所有外键约束(高版本向低版本迁移数据)
--获得禁用所有外键约束的语句 select 'ALTER TABLE [' + b.name + '] NOCHECK CONSTRAINT ' + a.name +';' as 禁用约束 from ...
- 【转发】构建高可伸缩性的WEB交互式系统(上)
原文转自:http://kb.cnblogs.com/page/503460/ 可伸缩性是一种对软件系统处理能力的设计指标,高可伸缩性代表一种弹性,在系统扩展过程中,能够保证旺盛的生命力,通过很少的改 ...
- 高级java高并发,高性能,分布式,高可用,负载均衡,系统架构实战
java架构师.集群.高可用.高可扩 展.高性能.高并发.性能优化.Spring boot.Redis.ActiveMQ.Nginx.Mycat.Netty.Jvm大型分布 式项目实战 视频课程包含: ...
- MySQL 在高并发下的 订单撮合 系统使用 共享锁 与 排他锁 保证数据一致性
作者:林冠宏 / 指尖下的幽灵 掘金:https://juejin.im/user/587f0dfe128fe100570ce2d8 博客:http://www.cnblogs.com/linguan ...
- Linux高并发网络编程开发——10-Linux系统编程-第10天(网络编程基础-socket)
在学习Linux高并发网络编程开发总结了笔记,并分享出来.有问题请及时联系博主:Alliswell_WP,转载请注明出处. 10-Linux系统编程-第10天(网络编程基础-socket) 在学习Li ...
随机推荐
- 【每日一题】【链表or双指针循环条件】2022年2月26日-NC96 判断一个链表是否为回文结构
描述给定一个链表,请判断该链表是否为回文结构.回文是指该字符串正序逆序完全一致. 思路: public boolean isPail (ListNode head) { ListNode node = ...
- Burpsuite2022.1详细图文安装教程(含工具链接)
应用概述: Burp Suite 是用于攻击web 应用程序的集成平台,包含了许多工具.Burp Suite为这些工具设计了许多接口,以加快攻击应用程序的过程.所有工具都共享一个请求,并能处理对应 ...
- keepalived 主备使用
keepalived 主备使用 本篇主要介绍一下 keepalived 的基本的 主备使用 1.概述 什么是 keepalived呢,它是一个集群管理中 保证集群高可用的软件,防止单点故障,keepa ...
- 使用pip命令安装库时提示Could not build wheels for six, since package 'wheel' is not installed
在使用pip命令安装库时提示Could not build wheels for six, since package 'wheel' is not installed 解决以上问题可用 pip in ...
- 2022弱口令实验室招新赛CTF赛道WriteUp
Misc 签到 下载附件,得到一张二维码. 扫码,然后根据提示"linux"操作系统,直接cat /flag,得到flag. EasyMisc 下载得到EasyMisc附件,压缩包 ...
- [python]《Python编程快速上手:让繁琐工作自动化》学习笔记2
1. 读写文件笔记(第8章)(代码下载) 1.1 文件与文件路径 通过import os调用os模块操作目录,常用函数如下: 函数 用途 os.getcwd() 取得当前工作路径 os.chdir() ...
- 【Redis 技术探索】「数据迁移实战」手把手教你如何实现在线 + 离线模式进行迁移Redis数据实战指南(离线同步数据)
离线迁移 与在线迁移相比,离线迁移适宜于源实例与目标实例的网络无法连通的场景,或者源端实例部署在其他云厂商Redis服务中,无法实现在线迁移. 存在的问题 由于生产环境的各种原因,我们需要对现有服务器 ...
- CVE-2022-32532 Apache Shiro 身份认证绕过
漏洞名称 CVE-2022-32532 Apache Shiro 身份认证绕过 利用条件 Apache Shiro < 1.9.1 漏洞原理 使用RegexRequestMatcher进行权限配 ...
- centos7.6在防火墙放开端口
假设要在centos7.6防火墙上开启443端口 前言:文章内容可能会因环境不同而有所差异,所谓集思广益说不定灵感就来了呢; 文章初衷旨在交流学习.记录个人成长,如果能帮助到您,那就点个赞噢. 1.查 ...
- VUEX state 的使用学习二
转载请注明出处: state 提供唯一的数据资源,所有的共享的数据都要统一放到store 中的state中进行存储; 状态state用于存储所有组件的数据. 管理数据 // 初始化vuex对象 con ...