{"id":21962526,"url":"https://github.com/biocpy/biocpy","last_synced_at":"2025-04-23T21:26:34.179Z","repository":{"id":62592412,"uuid":"504551761","full_name":"BiocPy/BiocPy","owner":"BiocPy","description":"Interface to all BiocPy packages","archived":false,"fork":false,"pushed_at":"2023-07-24T04:59:56.000Z","size":2965,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T09:24:32.583Z","etag":null,"topics":["biocpy"],"latest_commit_sha":null,"homepage":"https://biocpy.github.io/tutorial/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BiocPy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-17T13:49:24.000Z","updated_at":"2024-10-17T17:04:04.000Z","dependencies_parsed_at":"2024-11-29T21:31:24.796Z","dependency_job_id":null,"html_url":"https://github.com/BiocPy/BiocPy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiocPy%2FBiocPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiocPy%2FBiocPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiocPy%2FBiocPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiocPy%2FBiocPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BiocPy","download_url":"https://codeload.github.com/BiocPy/BiocPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250516395,"owners_count":21443619,"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","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":["biocpy"],"created_at":"2024-11-29T10:43:08.864Z","updated_at":"2025-04-23T21:26:34.097Z","avatar_url":"https://github.com/BiocPy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BiocPy\n\nInstalls all [BiocPy](https://github.com/BiocPy) packages. The package itself does not provide any functionality on its own. It provides an \n\n- easier way to install all ***core*** packages\n- an interface to access the base data representations or classes\n\n## Install\n\nPackage is published to [PyPI](https://pypi.org/project/biocpy/)\n\n```shell\npip install biocpy\n```\n\n## Usage\n\nTo import any of the data classes, \n\n```python\nfrom biocpy.genomicranges import GenomicRanges\nfrom biocpy.summarizedexperiment import SummarizedExperiment\nfrom biocpy.singlecellexperiment import SingleCellExperiment \nfrom biocpy.multiassayexperiment import MultiAssayExperiment\n\ngr = GenomicRange(...)\nse = SummarizedExperiment(...)\nsce = SingleCellExperiment(...)\nmae = MultiAssayExperiment(...)\n```\n\nFor more use cases, checkout the [documentation](https://biocpy.github.io/BiocPy/).\n\n\n\u003c!-- pyscaffold-notes --\u003e\n\n## Note\n\nThis project has been set up using PyScaffold 4.1.1. For details and usage\ninformation on PyScaffold see https://pyscaffold.org/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiocpy%2Fbiocpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiocpy%2Fbiocpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiocpy%2Fbiocpy/lists"}