https://github.com/seerbio/seer-pas-sdk
Python SDK for Seer PAS
https://github.com/seerbio/seer-pas-sdk
proteomics proteomics-data-analysis python-sdk
Last synced: 7 days ago
JSON representation
Python SDK for Seer PAS
- Host: GitHub
- URL: https://github.com/seerbio/seer-pas-sdk
- Owner: seerbio
- License: apache-2.0
- Created: 2024-02-13T21:13:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T22:06:55.000Z (28 days ago)
- Last Synced: 2026-01-13T22:21:17.616Z (28 days ago)
- Topics: proteomics, proteomics-data-analysis, python-sdk
- Language: Python
- Homepage: https://seerbio.github.io/seer-pas-sdk/
- Size: 22 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Seer PAS Python SDK
[](https://github.com/seerbio/seer-pas-sdk/actions/workflows/test.yml)
[](https://github.com/seerbio/seer-pas-sdk/actions/workflows/lint.yml)
This SDK permits interaction with the Seer Proteograph Analysis Suite using Python.
## Installation
```shell
pip install seer-pas-sdk
```
## Usage
To import and set up the SDK:
```python
from seer_pas_sdk import SeerSDK
# Instantiate an SDK object with your credentials:
sdk = SeerSDK(USERNAME, PASSWORD)
```
You can then use the SDK's methods to create, query, or retrieve projects, plates, samples, and analyses.
For complete documentation of this SDK, visit [https://seerbio.github.io/seer-pas-sdk/](https://seerbio.github.io/seer-pas-sdk/ "Documentation").