lamindb.examples.croissant.mini_immuno

lamindb.examples.croissant.mini_immuno(n_files=1, filepath_prefix='', strip_version=False)

Return paths to the mini immuno dataset and its metadata as a Croissant file.

Parameters:
  • n_files (int, default: 1) – Number of files inside the croissant file. Default is 1.

  • filepath_prefix (str, default: '') – Move the dataset and references to it in a specific directory.

Return type:

list[Path]

Example

croissant_path, dataset1_path = ln.examples.croissant.mini_immuno()
croissant_path, dataset1_path, dataset2_path = ln.examples.croissant.mini_immuno(n_files=2)