signature=98a196e082a97bbdbfae93c2216579b7,S100a8/a9 Released by CD11b+Gr1+ Neutrophils Activates Ca...

摘要:

Angiotensin II induces cardiovascular injury, in part, by activating inflammatory response; however, the initial factors that trigger the inflammatory cascade remain unclear. Microarray analysis of cardiac tissue exposed to systemic angiotensin II infusion revealed that extracellular heterodimeric proteins S100a8/a9 were highly upregulated. The increase in S100a8/a9 mRNA of CD11b(+)Gr1(+) neutrophils isolated from both the peripheral blood and heart was highest on day 1 of angiotensin II infusion and decreased to baseline at day 7. Immunostaining showed that S100a8/a9 was primarily present in infiltrating CD11b(+)Gr1(+) neutrophils in the heart. The receptor for advanced glycation end products, an S100a8/a9 receptor, was expressed in cardiac fibroblasts (CFs). Microarray analysis and Bio-Plex protein array showed that treatment of CFs with recombinant S100a8/a9 activated multiple chemokine and cytokines released. Luciferase reporter assay indicated S100a8/a9-activated nuclear factor-κ B pathway in CFs. Consequently, recombinant S100a8/a9-treated CFs promoted migration of monocytes and CFs, whereas neutralizing S100a9 antibody blocked S100a9 or receptor for advanced glycation end products-suppressed cellular migration. Finally, administration of a neutralizing S100a9 antibody prevented angiotensin II infusion-induced nuclear factor-κ B activation, inflammatory cell infiltration, cytokine production, subsequent perivascular and interstitial fibrosis, and hypertrophy in heart. Our findings identify neutrophil-produced S100a8/a9 as an initial proinflammatory factor needed to trigger inflammation and cardiac injury during acute hypertension.

展开

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要实现这个功能,需要使用Python语言和一些第三方库来爬取B站视频的字幕信息,并将其保存为Word文档。以下是一种可能的实现方法: 1. 安装必要的第三方库:requests、beautifulsoup4和python-docx。 ```bash pip install requests beautifulsoup4 python-docx ``` 2. 使用requests库获取B站视频的字幕信息。代码如下: ```python import requests # 视频页面URL url = "https://www.bilibili.com/video/BV1NM4y1M7yK/?spm_id_from=333.337.search-card.all.click&vd_source=98a6acd7abcd2cd23f19f35e4dd18484" # 发送GET请求,获取页面内容 response = requests.get(url) html = response.text ``` 3. 使用beautifulsoup4库解析网页内容,获取字幕信息。代码如下: ```python from bs4 import BeautifulSoup soup = BeautifulSoup(html, 'html.parser') # 获取字幕的URL subtitle_url = soup.find('a', {'class': 'subtitle-download'})['href'] # 发送GET请求,获取字幕内容 response = requests.get(subtitle_url) subtitle = response.text ``` 4. 使用python-docx库创建Word文档,并将字幕信息写入文档中。代码如下: ```python from docx import Document # 创建一个空的Word文档 document = Document() # 将字幕内容写入文档中 document.add_paragraph(subtitle) # 保存文档 document.save('subtitle.docx') ``` 这个实现方法可以将B站视频的字幕信息保存为Word文档。需要注意的是,由于B站视频的字幕信息可能是多个语言的,因此需要根据实际需求选择需要保存的语言。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值