| Name | multiqc-xenium-extra JSON |
| Version |
1.0.1
JSON |
| download |
| home_page | None |
| Summary | MultiQC plugin for extra Xenium spatial transcriptomics analysis |
| upload_time | 2025-10-25 22:17:27 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.9 |
| license | MIT License
Copyright (c) 2024 Phil Ewels
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
| keywords |
bioinformatics
biology
spatial transcriptomics
xenium
quality control
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# MultiQC Xenium Extra Plugin
Advanced analysis plugin for Xenium spatial transcriptomics data in MultiQC.
This plugin extends the core MultiQC Xenium module with computationally intensive analyses including:
- Parquet file processing (transcripts.parquet, cells.parquet)
- H5 matrix analysis (cell_feature_matrix.h5)
- Distribution plots (density, violin, box plots)
- Cell area and nucleus analysis
- Transcript quality distributions
- FoV quality heatmaps
## Installation
```bash
pip install multiqc-xenium-extra
```
## Requirements
- MultiQC >= 1.20
- polars >= 0.18.0
- scipy >= 1.8.0
- scanpy >= 1.9.0
## Configuration
The plugin automatically adjusts the file size limit to handle large Xenium files:
```yaml
log_filesize_limit: 5000000000 # 5GB
```
## Usage
Once installed, the plugin automatically extends the Xenium module when you run MultiQC:
```bash
multiqc /path/to/xenium/data
```
The extra sections will appear alongside the core Xenium module sections in the report.
Raw data
{
"_id": null,
"home_page": null,
"name": "multiqc-xenium-extra",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "bioinformatics, biology, spatial transcriptomics, xenium, quality control",
"author": null,
"author_email": "Phil Ewels <phil.ewels@seqera.io>",
"download_url": "https://files.pythonhosted.org/packages/a3/97/869267e209298827fc635fcba7b43f00c1dc89661dca1c8c88ae73a27098/multiqc_xenium_extra-1.0.1.tar.gz",
"platform": null,
"description": "# MultiQC Xenium Extra Plugin\n\nAdvanced analysis plugin for Xenium spatial transcriptomics data in MultiQC.\n\nThis plugin extends the core MultiQC Xenium module with computationally intensive analyses including:\n\n- Parquet file processing (transcripts.parquet, cells.parquet)\n- H5 matrix analysis (cell_feature_matrix.h5)\n- Distribution plots (density, violin, box plots)\n- Cell area and nucleus analysis\n- Transcript quality distributions\n- FoV quality heatmaps\n\n## Installation\n\n```bash\npip install multiqc-xenium-extra\n```\n\n## Requirements\n\n- MultiQC >= 1.20\n- polars >= 0.18.0\n- scipy >= 1.8.0\n- scanpy >= 1.9.0\n\n## Configuration\n\nThe plugin automatically adjusts the file size limit to handle large Xenium files:\n\n```yaml\nlog_filesize_limit: 5000000000 # 5GB\n```\n\n## Usage\n\nOnce installed, the plugin automatically extends the Xenium module when you run MultiQC:\n\n```bash\nmultiqc /path/to/xenium/data\n```\n\nThe extra sections will appear alongside the core Xenium module sections in the report.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 Phil Ewels\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "MultiQC plugin for extra Xenium spatial transcriptomics analysis",
"version": "1.0.1",
"project_urls": {
"Repository": "https://github.com/MultiQC/multiqc-xenium-extra"
},
"split_keywords": [
"bioinformatics",
" biology",
" spatial transcriptomics",
" xenium",
" quality control"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "47e3896e352701e81b51f4ddc0ddddbce24a3207a4159a460155208c99a432fc",
"md5": "c1d4481e245b50bf4d3d577867174be9",
"sha256": "40e0cbc505b4e61b365f3929ab8a71696e1b93e1958879830cb54e7970b1f4b5"
},
"downloads": -1,
"filename": "multiqc_xenium_extra-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1d4481e245b50bf4d3d577867174be9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 23572,
"upload_time": "2025-10-25T22:17:25",
"upload_time_iso_8601": "2025-10-25T22:17:25.778781Z",
"url": "https://files.pythonhosted.org/packages/47/e3/896e352701e81b51f4ddc0ddddbce24a3207a4159a460155208c99a432fc/multiqc_xenium_extra-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a397869267e209298827fc635fcba7b43f00c1dc89661dca1c8c88ae73a27098",
"md5": "45a56f7b2f2aca2daff45434a243ddee",
"sha256": "9d24390f5d69ad54451c1df05f0ddc66503abd8eed2f02f99a1f1b1d40e65205"
},
"downloads": -1,
"filename": "multiqc_xenium_extra-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "45a56f7b2f2aca2daff45434a243ddee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 24139,
"upload_time": "2025-10-25T22:17:27",
"upload_time_iso_8601": "2025-10-25T22:17:27.230371Z",
"url": "https://files.pythonhosted.org/packages/a3/97/869267e209298827fc635fcba7b43f00c1dc89661dca1c8c88ae73a27098/multiqc_xenium_extra-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-25 22:17:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MultiQC",
"github_project": "multiqc-xenium-extra",
"github_not_found": true,
"lcname": "multiqc-xenium-extra"
}