Reference#
LaminDB: Manage R&D data & analyses.
Import the package:
import lamindb as ln
The central class of the API is File
, a wrapper for files, on-disk (zarr
, etc.)
and in-memory data objects (DataFrame
, AnnData
, etc.).
|
Files: serialized data objects. |
|
Folders: collections of files. |
Track runs of data transformations:
|
Runs of data transforms. |
|
Data transformations. |
Track data by feature sets:
|
Feature sets. |
Query & manipulate data:
|
Query data. |
|
Insert or update data records. |
|
Parse a dataset column based on a SQLModel entity field. |
|
Delete metadata records & files. |
Manipulate data with open session:
|
Database session. |
Utility functions:
|
Track Transform & Run records for a notebook or pipeline. |
|
View data. |
Basic entities:
|
User accounts. |
|
Projects. |
|
Storage locations, often object storage buckets. |
Schema - entities and their relations:
Schema tools & overview. |
Setup:
LaminDB setup. |
Developer API:
Link tables. |
|
|
Global run context. |
|
Settings. |
Types. |
|
Developer API. |