1. Prerequisites and Installation¶
1.1. Installation¶
Installing package only:
pip install mdsimseval
Then you can import any method or class
from MDSimsEval.utils import create_analysis_actor_dict # Example import
Note
Optional: The rmsf_analysis.corr_matrix
function in order to provide as ouput a .png requires wkhtmltopdf
to be installed via sudo apt-get install wkhtmltopdf
. More on the imgkit package.
If not installed the output will be an .html
file which can be opened with any browser.
Development Environment:
If you are looking for adding functionality or changing the code you will need more packages (eg for the docs).
Clone the repository
Install the
requirements.txt
Poetry (suggested):
poetry install
Conda Env:
conda install --file requirements.txt
VirtualEnv:
pip install -r requirements.txt
1.2. Data¶
- The features I analyzed are:
Radius of Gyration
Solvent-Accessible Surface Area
Root Mean Square Flactuation
PCA Loadings and 2D Projections
Continue with reading the data.