seer-pas-sdk

SDK for Seer Proteograph Analysis Suite (PAS)


Keywords
proteomics, proteomics-data-analysis, python-sdk
License
Apache-2.0
Install
pip install seer-pas-sdk==0.1.1

Documentation

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