A set of python modules for accessing Bioturing's Talk2Data
Project description
Talk2Data SDK
Talk2Data SDK is a Python-based software development kit designed for data interaction and analysis.
Installation
You can install the Bioturing Connector using pip:
pip install talk2data-sdk
Usage
from talk2data_sdk.connector import Talk2DataConnector
connector = Talk2DataConnector(
"https://talk2data.bioturing.com/beta/t2d/",
"company token",
)
connector.test_connection()
connector.list_databases()
db = connector.get_database("aca43367-2d5d-450d-808c-d93a8c040894")
db.info
db.cell_types
db.get_expression_summary(["CD3D", "CD2"], cell_types=["T cell", "B cell"], tissues=["blood"], conditions=["normal"])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
talk2data_sdk-0.1.3.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file talk2data_sdk-0.1.3.tar.gz.
File metadata
- Download URL: talk2data_sdk-0.1.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-52-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bd0a36d74b46914ecaf8a10e244b3f758b25c223619aacbbfe937e87aac3c9f
|
|
| MD5 |
195adfd1484317155bb5ebe995aa269f
|
|
| BLAKE2b-256 |
75b43e98c46bc4fc440674565cffa54913f3a54d6efc2cb7f3db8c60c55ae4db
|
File details
Details for the file talk2data_sdk-0.1.3-py3-none-any.whl.
File metadata
- Download URL: talk2data_sdk-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-52-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
160788d4689a845f2771a314a0d587ea949d70162745651f8d8e71745983f05d
|
|
| MD5 |
558d0d7f208e96cb965fea8cc0d1117a
|
|
| BLAKE2b-256 |
f2dc6b675593d2adc59f52acac07d9d864dbc08b7e1c8de4a79e2b9f6f55ec8a
|