Particle annotations for the large-scale cryo-ET dataset of Chlamydomonas reinhardtii
收藏资源简介:
该仓库存储了EMPIAR-11830 Chlamydomonas reinhardtii断层扫描图的粒子注释。注释包括ATPase、Microtubule、Nucleosome、Clathrin、Photosystem II、Ribosome、Rubisco等7种粒子的坐标和方向信息,并以RELION-3的.star文件格式存储。
本仓库存储了EMPIAR-11830号莱茵衣藻(Chlamydomonas reinhardtii)断层扫描图像的粒子注释数据。本次注释涵盖ATP合酶(ATPase)、微管(Microtubule)、核小体(Nucleosome)、网格蛋白(Clathrin)、光系统II(Photosystem II)、核糖体(Ribosome)、核酮糖二磷酸羧化酶/加氧酶(Rubisco)共7类粒子的坐标与取向信息,并采用RELION-3的.star文件格式进行存储。
数据集概述
数据集名称
Particle annotations for the large-scale cryo-ET dataset of Chlamydomonas reinhardtii
数据集来源
该数据集存储了EMPIAR-11830 Chlamydomonas reinhardtii 断层扫描图的粒子注释。断层扫描图可从以下链接下载:
数据集内容
- 粒子注释:包括7种粒子的注释:ATPase、Microtubule、Nucleosome、Clathrin、Photosystem II、Ribosome、Rubisco。
- 数据格式:未缩放的粒子坐标和方向以RELION-3
.star文件格式存储,像素大小为1.96 Å,位于star文件夹中。 - 子断层图平均:基于粒子注释生成的子断层图平均,位于densities文件夹中。部分密度图通过WarpM等软件包进行额外过滤和后处理。
数据集使用
在Python中打开注释
bash pip install starfile
python df = starfile.read(atp.star)
在Python中可视化密度图
bash pip install mrcfile matplotlib
python import mrcfile import matplotlib.pyplot as plt density = mrcfile.open(densities/atp.mrc).data plt.imshow(density.sum(axis=1)) # 简单投影
在ChimeraX中可视化密度图
安装ChimeraX软件并运行以下命令: bash chimerax open densities/atp.mrc
在ArtiaX中可视化注释
- 安装ArtiaX插件。
- 下载断层扫描图。
- 运行ChimeraX并加载断层扫描图和注释文件。
- 调整像素大小和显示选项以查看注释。
相关文献
该数据集的介绍工作详见:doi:10.1101/2024.12.28.630444




