-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64ab516
commit b60404e
Showing
19 changed files
with
674 additions
and
555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,67 @@ | ||
--- | ||
comments: true | ||
--- | ||
# Welcome to MemXTerminator Wiki! | ||
|
||
MemXTerminator is a software for membrane analysis and subtraction in cryo-EM. | ||
[Check out the new WIKI!](https://memxterminator.github.io/wiki/){ .md-button } | ||
|
||
![MemXTerminator](./assets/images/0-1.png) | ||
<span class="caption">MemXTerminator</span> | ||
!!! danger "This wiki is deprecated!" | ||
This wiki is deprecated. Please check out the new [MemXTerminator Wiki](https://memxterminator.github.io/wiki/). | ||
|
||
## Overview | ||
??? failure "DEPRECATED" | ||
|
||
This software utilizes 2D averages and their corresponding alignment information, employing methods such as Radon transform, cross-correlation, L1 norm, Bezier curves, Monte Carlo simulations, and Genetic Algorithm. It analyzes and subtracts membranes of any shape in cryo-EM, ultimately producing particle stacks and micrographs with membrane signals removed, which are suitable for subsequent membrane protein analysis. | ||
# Welcome to MemXTerminator Wiki! | ||
|
||
## Features | ||
MemXTerminator is a software for membrane analysis and subtraction in cryo-EM. | ||
|
||
* Capable of analyzing biological membranes of any shape, including simple lines and arcs, as well as more complex shapes like S or W curves; | ||
* Accurately locates and subtracts biological membrane signals; | ||
* Utilizes GPU and CUDA acceleration to enhance computational speed; | ||
* Features a user-friendly GUI for ease of use. | ||
![MemXTerminator](./assets/images/0-1.png) | ||
<span class="caption">MemXTerminator</span> | ||
|
||
## Requirements | ||
## Overview | ||
|
||
* This software requires a GPU and CUDA acceleration. So, the installation of CUDA drivers and libraries is necessary. | ||
* [pyem](https://github.com/asarnow/pyem) is also needed to convert cryoSPARC’s `.cs` files to Relion’s `.star` format for processing. | ||
This software utilizes 2D averages and their corresponding alignment information, employing methods such as Radon transform, cross-correlation, L1 norm, Bezier curves, Monte Carlo simulations, and Genetic Algorithm. It analyzes and subtracts membranes of any shape in cryo-EM, ultimately producing particle stacks and micrographs with membrane signals removed, which are suitable for subsequent membrane protein analysis. | ||
|
||
## Installation | ||
## Features | ||
|
||
For specific installation methods, please refer to the **Installation** section. | ||
* Capable of analyzing biological membranes of any shape, including simple lines and arcs, as well as more complex shapes like S or W curves; | ||
* Accurately locates and subtracts biological membrane signals; | ||
* Utilizes GPU and CUDA acceleration to enhance computational speed; | ||
* Features a user-friendly GUI for ease of use. | ||
|
||
## Usage | ||
## Requirements | ||
|
||
This software has a user-friendly GUI. To use this software, simply type: | ||
* This software requires a GPU and CUDA acceleration. So, the installation of CUDA drivers and libraries is necessary. | ||
* [pyem](https://github.com/asarnow/pyem) is also needed to convert cryoSPARC’s `.cs` files to Relion’s `.star` format for processing. | ||
|
||
```bash | ||
## Installation | ||
|
||
MemXTerminator gui & | ||
For specific installation methods, please refer to the **Installation** section. | ||
|
||
``` | ||
## Usage | ||
|
||
For detailed usage tutorials, please refer to the **Usage** section. | ||
This software has a user-friendly GUI. To use this software, simply type: | ||
|
||
## License | ||
```bash | ||
|
||
This software is licensed under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html). <a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://www.gnu.org/graphics/gplv3-with-text-84x42.png"></a> | ||
MemXTerminator gui & | ||
|
||
## Acknowledgement | ||
``` | ||
|
||
Thanks to [Jack(Kai) Zhang@Yale MB&B](https://medicine.yale.edu/profile/jack-zhang/) for his guidance. | ||
For detailed usage tutorials, please refer to the **Usage** section. | ||
|
||
## Contributing | ||
## License | ||
|
||
**Always welcome!** This software may still has room for improvement such as updating the usage documentation, improving the GUI design, and enhancing the software's usability. | ||
This software is licensed under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html). <a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://www.gnu.org/graphics/gplv3-with-text-84x42.png"></a> | ||
|
||
I am still working on improving this software. More exciting features are on the way! | ||
## Acknowledgement | ||
|
||
## Contact | ||
Thanks to [Jack(Kai) Zhang@Yale MB&B](https://medicine.yale.edu/profile/jack-zhang/) for his guidance. | ||
|
||
If you have any questions, please feel free to contact me: [[email protected]](mailto:[email protected]) | ||
## Contributing | ||
|
||
**Always welcome!** This software may still has room for improvement such as updating the usage documentation, improving the GUI design, and enhancing the software's usability. | ||
|
||
I am still working on improving this software. More exciting features are on the way! | ||
|
||
## Contact | ||
|
||
If you have any questions, please feel free to contact me: [[email protected]](mailto:[email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.