https://github.com/princetonuniversity/applepicker
Automatic Particle Picking, a Low-Effort Cryo-EM Framework
https://github.com/princetonuniversity/applepicker
Last synced: 7 months ago
JSON representation
Automatic Particle Picking, a Low-Effort Cryo-EM Framework
- Host: GitHub
- URL: https://github.com/princetonuniversity/applepicker
- Owner: PrincetonUniversity
- License: other
- Created: 2018-01-30T14:07:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T17:15:27.000Z (about 7 years ago)
- Last Synced: 2025-01-21T09:30:32.283Z (9 months ago)
- Language: Matlab
- Homepage:
- Size: 192 KB
- Stars: 9
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### APPLE Picker
This is the MATLAB version. Check out the
[Python version](https://github.com/PrincetonUniversity/APPLEpicker-python)
of the project.Also make sure to [subscribe](http://eepurl.com/dFmFfn) to our important updates, tips and tricks about APPLE Picker.
This package contains an implementation of the APPLE particle picker as
described in the paperA. Heimowitz, J. Anden, and A. Singer, "APPLE Picker: Automatic Particle
Picking, a Low-Effort Cryo-EM Framework," https://arxiv.org/abs/1802.00469 .To get started, run the following commands in MATLAB
setup;
getParticles;This will automatically download two datasets of micrograph and run the APPLE
picker on them. The implementation requires the Image Processing Toolbox to be
installed. For best performance, it is recommended to run this on a GPU using
the Distributed Computing Toolbox.