Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 876 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 876 Bytes

CryoSVD

This repository contains a simple linear pipeline for the analysis of volume series output by heterogeneity software designed for the anlayis of single-particle Cryo-EM samples. It is based on Singular Value Decomposition (SVD) of a series volumes, as well as an inspection of power power spectrum across the series.

Details about CryoSVD construction can be found in the associated publication

The data necessary to run the compare_volume_series.ipynb notebook can be found on zenodo.

Installation

  1. git clone [email protected]/flatironinstitute/cryosvd
  2. conda create -n cryosvd python=3.10
  3. conda activate cryosvd
  4. cd cryosvd
  5. pip install .
  6. Run the compare_volume_series.ipynb jupyter notebook.