starstack


Namestarstack JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/rsanchezgarc/starstack
SummaryA relion star mrcs stack class
upload_time2024-02-27 18:19:16
maintainer
docs_urlNone
authorRuben Sanchez Garcia
requires_python
license
keywords relion cryoem star stack mrcs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "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/d5/a2/4b744b2d2c5b7b6edf303844e71ccdb3d19db082409c0f64ddf3557d945e/starstack-0.2.4.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": "",
    "summary": "A relion star mrcs stack class",
    "version": "0.2.4",
    "project_urls": {
        "Homepage": "https://github.com/rsanchezgarc/starstack"
    },
    "split_keywords": [
        "relion",
        "cryoem",
        "star",
        "stack",
        "mrcs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b1b7dce5a752e30bd91ff3404636da1ab986bc38ae732770c808d7447ec13d9",
                "md5": "f52d4ecc6239185b3c26942da12985c5",
                "sha256": "11406f27fa46024ec1dda6b5fdf83460ecc1668a4b1d2560fd5354ba9f3ce3d3"
            },
            "downloads": -1,
            "filename": "starstack-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f52d4ecc6239185b3c26942da12985c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14091,
            "upload_time": "2024-02-27T18:19:10",
            "upload_time_iso_8601": "2024-02-27T18:19:10.593958Z",
            "url": "https://files.pythonhosted.org/packages/6b/1b/7dce5a752e30bd91ff3404636da1ab986bc38ae732770c808d7447ec13d9/starstack-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5a24b744b2d2c5b7b6edf303844e71ccdb3d19db082409c0f64ddf3557d945e",
                "md5": "98ea85fdfdca48b61dd8adcee4e479d0",
                "sha256": "95eae5f849c07050de340c66a5f0487e072c1d25933f130433ca268571da021e"
            },
            "downloads": -1,
            "filename": "starstack-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "98ea85fdfdca48b61dd8adcee4e479d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13407,
            "upload_time": "2024-02-27T18:19:16",
            "upload_time_iso_8601": "2024-02-27T18:19:16.016112Z",
            "url": "https://files.pythonhosted.org/packages/d5/a2/4b744b2d2c5b7b6edf303844e71ccdb3d19db082409c0f64ddf3557d945e/starstack-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 18:19:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rsanchezgarc",
    "github_project": "starstack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "starstack"
}
        
Elapsed time: 0.18877s