## starstack: CryoEM Particle stars and stack Management in Python
# Overview
The ParticlesStarSet class provides an efficient way to manage a set of particles in cryo-electron microscopy (cryoEM).
It allows for easy reading and manipulation of STAR files and associated .mrcs image stacks.
The library also offers utilities for creating subsets and saving them back to disk.
# Features
Read STAR files and associated .mrcs particle stacks.
Create new STAR files and .mrcs particle stacks.
Support for creating subsets of particles.
Support for particle stack file handling.
# Dependencies
mrcfile
numpy
pandas
starfile
# Installation
pip install git+https://github.com/rsanchezgarc/starstack
# Usage
Reading STAR Files
```
from starstack import ParticlesStarSet
pset = ParticlesStarSet("my_file.star", particlesDir="Particles/")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rsanchezgarc/starstack",
"name": "starstack",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "relion cryoem star stack mrcs",
"author": "Ruben Sanchez Garcia",
"author_email": "ruben.sanchez-garcia@stats.ox.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/10/65/79808f1ea337a1b521ae13724dd7ea860a9a7b75c02f212e971209b099bf/starstack-0.2.7.tar.gz",
"platform": null,
"description": "## starstack: CryoEM Particle stars and stack Management in Python\n\n\n# Overview\nThe ParticlesStarSet class provides an efficient way to manage a set of particles in cryo-electron microscopy (cryoEM). \nIt allows for easy reading and manipulation of STAR files and associated .mrcs image stacks. \nThe library also offers utilities for creating subsets and saving them back to disk.\n\n# Features\n\nRead STAR files and associated .mrcs particle stacks.\nCreate new STAR files and .mrcs particle stacks.\nSupport for creating subsets of particles.\nSupport for particle stack file handling.\n\n# Dependencies\nmrcfile\nnumpy\npandas\nstarfile\n\n# Installation\npip install git+https://github.com/rsanchezgarc/starstack\n\n# Usage\nReading STAR Files\n\n```\nfrom starstack import ParticlesStarSet\npset = ParticlesStarSet(\"my_file.star\", particlesDir=\"Particles/\")\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A relion star mrcs stack class",
"version": "0.2.7",
"project_urls": {
"Homepage": "https://github.com/rsanchezgarc/starstack"
},
"split_keywords": [
"relion",
"cryoem",
"star",
"stack",
"mrcs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f7f6bce7e9d52560de9dcb61e4038e76d1169f414d91d3967c8a5752502b05d1",
"md5": "e1b13819f7bd5b700f45f481519a14eb",
"sha256": "c44f738cac2f531431a35f07078a018907b52836db18ba319c4beb43c7a9cf2f"
},
"downloads": -1,
"filename": "starstack-0.2.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1b13819f7bd5b700f45f481519a14eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 14267,
"upload_time": "2024-08-01T23:30:25",
"upload_time_iso_8601": "2024-08-01T23:30:25.747416Z",
"url": "https://files.pythonhosted.org/packages/f7/f6/bce7e9d52560de9dcb61e4038e76d1169f414d91d3967c8a5752502b05d1/starstack-0.2.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "106579808f1ea337a1b521ae13724dd7ea860a9a7b75c02f212e971209b099bf",
"md5": "a23dfd800055c088beb2ee58cc5fc723",
"sha256": "0322cdeef3b1c4a18c87e12f753fc013ad16f1d5020a6e602d00bdd9a87a12f8"
},
"downloads": -1,
"filename": "starstack-0.2.7.tar.gz",
"has_sig": false,
"md5_digest": "a23dfd800055c088beb2ee58cc5fc723",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13722,
"upload_time": "2024-08-01T23:30:27",
"upload_time_iso_8601": "2024-08-01T23:30:27.334829Z",
"url": "https://files.pythonhosted.org/packages/10/65/79808f1ea337a1b521ae13724dd7ea860a9a7b75c02f212e971209b099bf/starstack-0.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-01 23:30:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rsanchezgarc",
"github_project": "starstack",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "mrcfile",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "starfile",
"specs": []
}
],
"lcname": "starstack"
}