Replies: 4 comments
-
Hi Lizelle, I have several suggestions and observations:
Let me know if these suggestions help! Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Alex,
Thanks again! |
Beta Was this translation helpful? Give feedback.
-
I converted this issue to our new discussion section, which is intended to be a better place for questions/discussions like this! |
Beta Was this translation helpful? Give feedback.
-
Hi Lizelle, Sorry for the delay.
Best, |
Beta Was this translation helpful? Give feedback.
-
Hi @tbepler and @alexjnoble
I have a dataset of ~7000 micrographs of a relatively small particle and am hoping that you can perhaps give me some guidance w.r.t. optimization of the picking parameters.
The protein is ~140kDa as a monomer and I have observed that a fraction of particles are present as dimers in the same dataset. Each monomer is composed of 2 homologous globular domains so that it resembles a dumbbell with the side view being two blobs and the top view one blob on the micrographs. This has obviously made picking very difficult since the particles are barely visible on the raw micrographs. Really excited to see what Topaz can do with this data!
I have trained a Topaz picking model using the 31000 particles from my current ~7 Angstrom resolution map as positive labels. I tested both denoised and raw micrographs for training and picking. The denoised jobs were for visual inspection of the picks and the raw jobs were used to enable downstream processing in Relion.
For denoising, I used the unet model and default settings in run_topaz_denoise.py.
These were the parameters I used for the Relion run_topaz_train.py script:
--radius 3
--cnn_model resnet8
--numberofparticles 200
--scalefactor 4
--epochs 10
--(the rest were kept at default values)
These were the parameters I changed from the Relion run_topaz_pick.py script:
--radius 10
--model (epoch10.sav from the training job)
--pick_threshold -6
--scalefactor 4
--select_threshold 0
--(the rest were kept at default values)
I have tried to play around with the radius (tried 7, 10, 17 and 20 pixels) but it had almost no effect on the picks which I find kind of strange. I also tried different pick threshold values (tried -6, -2, 0) but again saw almost no change.
It looks like some of the monomer top views (basically just a single small blob of diameter ~60 Angstroms) and potentially some of the monomer side views (2 blobs - diameter ~160 Angstroms) are not picked. Would you agree?
Below are examples of picking results for 4 micrographs trained & picked either as noisy or denoised.
Do you have any idea how I might optimize the training/picking? I thought that using a small radius such as 7 may help with top views but I am now wondering, could they perhaps be missed due to the 4x downsampling in Topaz?
Any help at all would be greatly appreciated!
Regards
Lizelle
Noisy micrograph 1 (162 particles picked with radius 7 @ 4xbin and pick threshold 0)
Denoised micrograph 1 (126 particles picked with radius 10 @ 4xbin and pick threshold -2)
Noisy micrograph 2 (220 particles picked with radius 7 @ 4xbin and pick threshold 0)
Denoised micrograph 2 (155 particles picked with radius 10 @ 4xbin and pick threshold -2)
Noisy micrograph 3 (235 particles picked with radius 7 @ 4xbin and pick threshold 0)
Denoised micrograph 3 (129 particles picked with radius 10 @ 4xbin and pick threshold -2)
Noisy micrograph 4 (161 particles picked with radius 7 @ 4xbin and pick threshold 0)
Denoised micrograph 4 (120 particles picked with radius 10 @ 4xbin and pick threshold -2)
Beta Was this translation helpful? Give feedback.
All reactions