The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

{laminr}: An R interface to LaminDB

Lifecycle: experimental R-CMD-check

{laminr} is an R package that provides an interface to LaminDB.

[!WARNING]
This package is currently in early access and is under active development. Features, APIs, and functionality are subject to change.

What is LaminDB

If you are new to LaminDB, it’s helpful to start with Lamin’s problem statement. LaminDB is an open-source data framework for biology, built as a Python API that structures data and metadata, tracks analysis lineage, and enables reproducible, scalable research. With tools for curating data against public ontologies and flexible dataset querying, LaminDB is designed to address core data challenges in the field. Please refer to LaminDB’s introduction for a more detailed introduction. LaminDB is accompanied by LaminHub which is a data collaboration hub built on LaminDB similar to how Github is built on git.

Features of {laminr}

See the development roadmap for more details (vignette("development", package = "laminr")).

Installation

Get started with {laminr} by installing the development version directly from GitHub:

# install.packages("remotes")
remotes::install_github("laminlabs/laminr")

To include all suggested dependencies for enhanced functionality, use:

remotes::install_github("laminlabs/laminr", dependencies = TRUE)

This further installs:

For now, you will also need to install the lamindb Python package:

pip install lamindb[aws]

Getting started

The best way to get started with {laminr} is to explore the package vignettes (available at laminr.lamin.ai):

For information on specific modules and functionalities, check out the following vignettes:

Learn more

For more information about LaminDB and its features, check out the following resources:

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.