{"id":18774695,"url":"https://github.com/firefly-cpp/pygetoolbox","last_synced_at":"2025-12-14T13:30:38.828Z","repository":{"id":62580595,"uuid":"163582912","full_name":"firefly-cpp/PyGEtoolbox","owner":"firefly-cpp","description":"Gene expression toolbox in Python","archived":false,"fork":false,"pushed_at":"2022-04-05T12:57:43.000Z","size":63337,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T18:03:13.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firefly-cpp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-30T11:39:56.000Z","updated_at":"2022-04-05T12:57:46.000Z","dependencies_parsed_at":"2022-11-03T22:01:02.929Z","dependency_job_id":null,"html_url":"https://github.com/firefly-cpp/PyGEtoolbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-cpp%2FPyGEtoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-cpp%2FPyGEtoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-cpp%2FPyGEtoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-cpp%2FPyGEtoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firefly-cpp","download_url":"https://codeload.github.com/firefly-cpp/PyGEtoolbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680989,"owners_count":19679509,"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":[],"created_at":"2024-11-07T19:39:06.114Z","updated_at":"2025-12-14T13:30:33.766Z","avatar_url":"https://github.com/firefly-cpp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyGEtoolbox - Gene expression toolbox in Python\n\n## Objective\n\n\n## Installation\n\n    python setup.py install\n\n## Features\n\n- Downloading GEO DataSets from Gene Expression Omnibus (GEO) ([see example](examples/download_SOFT_format.py))\n- Downloading RAW format from GEO ([see example](examples/download_RAW_data.py))\n- Downloading CEL files from GEO ([see example](examples/download_CEL_files.py))\n- Parsing SOFT format ([see example](examples/parse_SOFT_format.py))\n- Affymetrix probe set ID to gene id and gene description conversion ([see example](examples/affy_probe_set_id_to_gene_id.py))\n- Differentially Expressed genes analysis (TODO)\n\n## CODE EXAMPLES:\n\n```python\nfrom PyGEtoolbox import *\n\n#downloading GSE from GEO\nseries = Download()\nseries.download_SOFT_format(\"GSE105008\") \n\n#downloading GDS from GEO\ndatasets = Download()\ndatasets.download_SOFT_format(\"GDS2003\") \n\n#downloading CEL file\ncel = Download()\ncel.download_CEL_file(\"GSM270781\")\n\n#downloading RAW data\nraw_data = Download()\nraw_data.download_RAW_data(\"GSE41657\")\n```\n\n```python\nfrom PyGEtoolbox import *\n\na = Process_SOFT_format(\"../SOFT_format/GSE10714_family.soft.gz\")  # path to the data\na.extract_metadata()\na.print_data()\na.extract_all_samples()\n```\n\n## Bugs\n\nThis project will be regularly updated during the 2019. Testing this package is more than welcome. \nPlease report all bugs, suggestions and features that could be added.\n\n## References\n\nDatasets were downloaded from Gene Expression Omnibus available at the following website: [https://www.ncbi.nlm.nih.gov/geo/](https://www.ncbi.nlm.nih.gov/geo/)\n\n## License\n\nThis package is distributed under the BSD 2-Clause \"Simplified\" License.\n\n## Disclaimer\n\nThis framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-cpp%2Fpygetoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirefly-cpp%2Fpygetoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-cpp%2Fpygetoolbox/lists"}