Skip to content

Latest commit

 

History

History
87 lines (49 loc) · 4.26 KB

README.md

File metadata and controls

87 lines (49 loc) · 4.26 KB

Files used in Ogane et al.

This repository contains scripts and input data used in "Development of Hidden Markov Modeling Method for Molecular Orientations and Structure Estimation from High-Speed Atomic Force Microscopy Time-Series Images" by Tomonori Ogane, Daisuke Noshiro, Toshio Ando, Atsuko Yamashita, Yuji Sugita, and Yasuhiro Matsunaga.

Descriptions on files

The files are organized as follows:

Large files on OneDrive

Pseudo-AFM images (in the file format of BSON) for twin experiments generated by 01_psudo_test/02_analyze_realization01.jl are uploaded on OneDrive, which can be downloaded from this link (15 GB).

Required packages

Codes in thie repository are writtein in Julia programming language. You need to install julia to run the codes. Also, some codes depend on several packages. The packages can be installed as follows:

$ julia
julia> 
# enter the package mode by pressing ]
pkg> add IJulia Plots Statistics StatsBase ProgressMeter Revise
pkg> add https://github.com/matsunagalab/MDToolbox.jl.git
# return to the REPL mode by pressing BACKSPACE or DELETE
julia> using IJulia
julia> exit()

License

This repository is licensed under the under the terms of GNU General Public License v3.0.

Quaternion data contained in data/quaternion/ directory were taken from the repository of the BioEM program written by Cossio et al. https://github.com/bio-phys/BioEM. These are separately licensed under the terms of the GNU General Public License. Please check the license file data/quaternion/LICENSE.

Contact

Yasuhiro Matsunaga

ymatsunaga@mail.saitama-u.ac.jp