lamindb

A data framework for biology.

Tracking notebooks, scripts & functions.

track([transform, params, new_run, path, ...])

Track a global run of your Python session.

finish([ignore_non_consecutive])

Finish a tracked run.

tracked([uid])

Mark a function as tracked with this decorator.

Registries.

Artifact()

Datasets & models stored as files, folders, or arrays.

Transform()

Data transformations.

ULabel()

Universal labels.

Run()

Runs of transforms.

User()

Users.

Storage()

Storage locations.

Feature()

Dataset dimensions.

Schema()

Schemas / feature sets.

Param(*args, **kwargs)

Parameters of runs & models.

Collection()

Collections of artifacts.

Project()

Projects.

Reference()

References such as internal studies, papers, documents, or URLs.

Person()

Persons.

Key functionality.

connect([instance])

Connect to an instance.

view([df, limit, modules, registries])

View metadata.

save(records[, ignore_conflicts])

Bulk save to registries & storage.

Modules and settings.

integrations

Integrations.

context

Global run context (Context).

curators

Curators.

settings

Global settings (Settings).

errors

Exceptions.

setup

Setup & configure LaminDB.

UPath(*args[, protocol])

Paths: low-level key-value access to files/objects.

base

Base library.

core

Core library.

Backward compatibility.

FeatureSet

alias of Schema

Curator

alias of CatManager