This SDK permits interaction with the Seer Proteograph Analysis Suite using Python.
pip install seer-pas-sdk
To import and set up the SDK:
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/.