Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvsguerra/py3dsnpv2
A Python Client to interact with 3DSNP v2.0 API
https://github.com/jvsguerra/py3dsnpv2
3dsnp api-client
Last synced: 8 days ago
JSON representation
A Python Client to interact with 3DSNP v2.0 API
- Host: GitHub
- URL: https://github.com/jvsguerra/py3dsnpv2
- Owner: jvsguerra
- License: mit
- Created: 2022-06-21T15:00:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T17:45:29.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:43:02.359Z (almost 2 years ago)
- Topics: 3dsnp, api-client
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py3DSNPv2
A simple Python client to interact with 3DSNP v2.0 API by requests package.
## Example
With `data/snps_information.csv` list, you can retrieve 3D gene and 3D snps information.
```bash
$ python run.py
```## License
The software is licensed under the terms of the MIT License and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT License for more details.