[关闭]
@gekeshi 2016-12-19T09:05:43.000000Z 字数 5683 阅读 438

Note on DeepPicker

Cryo-EM


Abstract

论文旨在利用CNN在冷冻电镜mrc图像中挑选出合格的粒子[1]
整体来看,神经网络在这个方法中用来对mrc图像的各个小方格进行评分,得到score map,随后运用几个过滤的方法进行颗粒挑选

problem & opportunities:

Dataset

Data Pre-process


  1. The defocus value of each micrograph was calculated using
    CTFFIND4 (Rohou and Grigorieff, 2015).

    the performance of our fully automated particle picking method was relatively robust at different defocus levels
  2. For each micrograph, we first used a Gaussian filter as a low pass filter to remove white noise with high frequency components.
  3. Then the binning strategy (Li et al., 2013) was used to convert each original micrograph to an image ranging between 1000 and 2000 pixels.
  4. In addition, all the coordinates of the reference particles were further aligned using FREALIGN (Grigorieff, 2007).

Method

Training&picking
1. The initial training data are obtained from the known particles of other molecular complexes whose structures have been previously solved via cryo-EM.
2. Training a pre-trained model.
3. First particle picking iteration.
4. Training model using the packing result from step 3.
5. Second particle pickng iteration.

particle picking

semi-automated particle picking

手动挑选小部分目标粒子用于训练网络。半自动的挑选用于和全自动挑选做对比。

An alternative training scheme is to let the user manually select a small number of particles as positive samples to train the CNN model and initialize the particle selection process

evaluation

Thus, an additional effective method for evaluating the practicability of an automated particle picking approach is to further examine the 2D clustering and class averaging results of the identified particles.

既然2D classification 可以 filte false positive particle ,那能不能一起和autopick做? (github项目中已经实现)

another paper

北大的这篇论文[8]手动挑选一些训练数据,训练粒子图片的评分网络,test中得到scaning window的评分,根据阈值筛选,然后根据标准差过滤false positive。


[1] Wang, Feng, Huichao Gong, Gaochao Liu, Meijing Li, Chuangye Yan, Tian Xia, Xueming Li, and Jianyang Zeng. 2016. “DeepPicker: A Deep Learning Approach for Fully Automated Particle Picking in Cryo-EM.” Journal of Structural Biology 195 (3): 325–36.
[2] Sun, Linfeng, Lingyun Zhao, Guanghui Yang, Chuangye Yan, Rui Zhou, Xiaoyuan Zhou, Tian Xie, et al. 2015. “Structural Basis of Human -Secretase Assembly.” Proceedings of the National Academy of Sciences 112 (19): 6003–8. doi:10.1073/pnas.1506242112.
[3] Chuangye Yan, Jing Hang, RuixueWan, Min Huang, Catherine C. L.Wong, and Yigong Shi. Structure of a yeast spliceosome at 3.6-angstrom resolution. Science, 349(6253):1182–1191, 2015.
[4] Liao, Maofu, Erhu Cao, David Julius, and Yifan Cheng. 2013. “Structure of the TRPV1 Ion Channel Determined by Electron Cryo-Microscopy.” Nature 504 (7478): 107–12. doi:10.1038/nature12822.
[5] Bartesaghi, Alberto, Doreen Matthies, Soojay Banerjee, Alan Merk, and Sriram Subramaniam. 2014. “Structure of -Galactosidase at 3.2-Å Resolution Obtained by Cryo-Electron Microscopy.” Proceedings of the National Academy of Sciences 111 (32): 11709–14. doi:10.1073/pnas.1402809111.
[6] Minglei Zhao, Shenping Wu, Qiangjun Zhou, Sandro Vivona, Daniel J Cipriano, Yifan Cheng, and Axel T Brunger. Mechanistic insights into the recycling machine of the SNARE complex. Nature, 518(7537):61ł67, 2015.
[7] http://emg.nysbc.org/redmine/projects/public-datasets/wiki/Public_Datasets
[8] Zhu, Yanan, Qi Ouyang, and Youdong Mao. 2016. “A Deep Learning Approach to Single-Particle Recognition in Cryo-Electron Microscopy.” arXiv:1605.05543 [Physics], May. http://arxiv.org/abs/1605.05543.
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注