{"id":34032719,"url":"https://github.com/r1cheu/quangpy","last_synced_at":"2026-04-07T07:02:29.562Z","repository":{"id":268662807,"uuid":"869862465","full_name":"r1cheu/quangpy","owner":"r1cheu","description":"quangpy: a python package for quantitative genetics analysis","archived":false,"fork":false,"pushed_at":"2025-02-13T09:25:07.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-19T03:56:19.212Z","etag":null,"topics":["python","quantitative-genetics","statistics"],"latest_commit_sha":null,"homepage":"","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/r1cheu.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}},"created_at":"2024-10-09T02:54:20.000Z","updated_at":"2025-02-13T09:24:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"95e83f9a-ec72-474f-8f4f-5c6413c71fff","html_url":"https://github.com/r1cheu/quangpy","commit_stats":null,"previous_names":["r1cheu/quangpy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/r1cheu/quangpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1cheu%2Fquangpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1cheu%2Fquangpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1cheu%2Fquangpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1cheu%2Fquangpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r1cheu","download_url":"https://codeload.github.com/r1cheu/quangpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1cheu%2Fquangpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","quantitative-genetics","statistics"],"created_at":"2025-12-13T18:58:39.199Z","updated_at":"2026-04-07T07:02:29.557Z","avatar_url":"https://github.com/r1cheu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quangpy: a python package for **q**uantitative **g**enetics analysis\n\n[![](https://img.shields.io/pypi/v/quangpy.svg?color=brightgreen)](https://pypi.org/pypi/quangpy/)\n[![](https://img.shields.io/github/issues/r1cheu/quangpy?color=green)](https://github.com/r1cheu/quangpy/issues/new)\n[![](https://img.shields.io/github/license/r1cheu/quangpy)]()\n\n`quangpy` mainly provides Joint Scale Analysis and Variance Decomposition Analysis.\n\n## Installation\n\n```bash\npip install quangpy\n\n```\n\n## Getting Started\n\n### input data format\n\nThe input file should be separated by tab and provide the following columns in the same order:\n\n- population: population name\n- mean: mean of the population phenotype\n- var: variance of the population phenotype\n\nThe following is an example of the input data format:\n\n|     | mean  | var      |\n| --- | ----- | -------- |\n| b1l | 7.5   | 0.010000 |\n| b1s | 5.575 | 0.004096 |\n| f1  | 5.5   | 0.007396 |\n| f2  | 6.595 | 0.013924 |\n| p1  | 9.125 | 0.008281 |\n| p2  | 5.475 | 0.003249 |\n\n### Joint Scale Analysis\n\n```python\nfrom quangpy import JointScale\n\ninput_data = \"/path/to/input/data\"\n\njs = JointScale(input_data)\njs.fit((\"m\", \"a\"))\n\n```\n\n### Variance Decomposition Analysis\n\n```python\nfrom quangpy import VarianceDecomposition\n\ninput_data = \"/path/to/input/data\"\nvd = VarianceDecomposition(input_data)\nvd.fit((\"m\", \"a\", \"d\", \"aa\", \"dd\"))\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1cheu%2Fquangpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr1cheu%2Fquangpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1cheu%2Fquangpy/lists"}