{"id":19669201,"url":"https://github.com/whitews/flowutils","last_synced_at":"2025-07-22T04:31:33.704Z","repository":{"id":12478254,"uuid":"15146734","full_name":"whitews/FlowUtils","owner":"whitews","description":"FlowUtils is a Python package containing various utility functions related to flow cytometry analysis, primarily focused on compensation and transformation tasks commonly used within the flow community.","archived":false,"fork":false,"pushed_at":"2025-06-19T03:20:04.000Z","size":6986,"stargazers_count":17,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-20T05:52:22.919Z","etag":null,"topics":["cytometry","fcs","fcs-files","flow","flow-cytometry","flow-cytometry-analysis","flow-cytometry-data","python"],"latest_commit_sha":null,"homepage":"https://flowutils.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whitews.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-12-12T20:34:38.000Z","updated_at":"2025-06-19T00:23:45.000Z","dependencies_parsed_at":"2023-10-02T17:45:29.743Z","dependency_job_id":"5ff6b054-0116-4142-810d-81be79b94847","html_url":"https://github.com/whitews/FlowUtils","commit_stats":{"total_commits":196,"total_committers":3,"mean_commits":65.33333333333333,"dds":"0.010204081632653073","last_synced_commit":"ab9ff1ab839abc819582972066c592b34e079103"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/whitews/FlowUtils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitews%2FFlowUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitews%2FFlowUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitews%2FFlowUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitews%2FFlowUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whitews","download_url":"https://codeload.github.com/whitews/FlowUtils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitews%2FFlowUtils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266427714,"owners_count":23926852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cytometry","fcs","fcs-files","flow","flow-cytometry","flow-cytometry-analysis","flow-cytometry-data","python"],"created_at":"2024-11-11T16:39:42.395Z","updated_at":"2025-07-22T04:31:33.675Z","avatar_url":"https://github.com/whitews.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlowUtils\n\n[![PyPI license](https://img.shields.io/pypi/l/flowutils.svg?colorB=dodgerblue)](https://pypi.python.org/pypi/flowutils/)\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/flowutils.svg)](https://pypi.python.org/pypi/flowutils/)\n[![PyPI version](https://img.shields.io/pypi/v/flowutils.svg?colorB=blue)](https://pypi.python.org/pypi/flowutils/)\n[![DOI](https://zenodo.org/badge/15146734.svg)](https://zenodo.org/badge/latestdoi/15146734)\n\n[![Build \u0026 test (master)](https://github.com/whitews/FlowUtils/actions/workflows/tests_master.yml/badge.svg)](https://github.com/whitews/FlowUtils/actions/workflows/tests_master.yml)\n[![Build \u0026 test (develop)](https://github.com/whitews/FlowUtils/actions/workflows/tests_develop.yml/badge.svg)](https://github.com/whitews/FlowUtils/actions/workflows/tests_develop.yml)\n[![Coverage](https://codecov.io/gh/whitews/FlowUtils/branch/master/graph/badge.svg)](https://codecov.io/gh/whitews/flowutils)\n[![Documentation Status](https://readthedocs.org/projects/flowutils/badge/?version=latest)](https://flowutils.readthedocs.io/en/latest/?badge=latest)\n\nFlowUtils is a Python package containing utility functions related\nto flow cytometry analysis, primarily focused on compensation,\ntransformation, and gating tasks commonly used within the flow community.\n\nFlowUtils is part of a suite of Python libraries for analyzing flow \ncytometry data.  It was developed as an extension to the light-weight \n[FlowIO library](https://github.com/whitews/FlowIO). FlowIO reads and \nwrites Flow Cytometry Standard (FCS) files, and has minimal dependencies. \nFor higher level interaction with flow cytometry data, including GatingML \n\u0026 FlowJo 10 support, see the related \n[FlowKit project](https://github.com/whitews/FlowKit).\n\n## Installation\n\nFlowUtils uses C extensions for significant performance improvements.\nFor the most common platforms and Python versions, pre-built binaries\nare available in PyPI (and installable via pip). If a pre-built binary\nof FlowUtils is not available for your environment, then the C\nextensions must be compiled using the source package.\n\n### From PyPI\n\n```\npip install flowutils\n```\n\n### From GitHub source code\n\n```\ngit clone https://github.com/whitews/flowutils\ncd flowutils\npip install .\n```\n\n## Documentation\n\n[API Documentation is available here.](https://flowutils.readthedocs.io/en/latest/?badge=latest)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitews%2Fflowutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitews%2Fflowutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitews%2Fflowutils/lists"}