Skip to content

seerbio/seer-pas-sdk

Repository files navigation

Seer PAS Python SDK

Test Lint

This SDK permits interaction with the Seer Proteograph Analysis Suite using Python.

Installation

pip install seer-pas-sdk

Usage

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/.