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.0.tar.gz
(5.1 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.0.tar.gz.
File metadata
- Download URL: talk2data_sdk-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73cbdd4b505e9cfe95b9ed83f68c3abf0da09546feed894e6efc41c9be04ec5a
|
|
| MD5 |
c2687f4395c9b5b376b6c9009091f906
|
|
| BLAKE2b-256 |
e20e7fe7d94654fd715e35bf5b37b9ef920c457f6b218485656e1df2ccd33e61
|
File details
Details for the file talk2data_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talk2data_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa210ac38678e1382b1e96900ca7d5b0214a142b1cc476c06b695bb6c1b45b8f
|
|
| MD5 |
4c0d157fbc60814cc85d67e65ef433b4
|
|
| BLAKE2b-256 |
303ed35f1edb87a67514065d70f4ee2b406c63ad046feb6a49c63931ff9fca0e
|