# Custom Data Loaders

```{toctree}
:maxdepth: 1

notebooks/custom_dl/tiledb
notebooks/custom_dl/lamin
notebooks/custom_dl/ann_collection
notebooks/custom_dl/Tahoe100_mrVI_lamin
```

```{customcard}
:path: notebooks/custom_dl/tiledb
:tags: Analysis, Custom-Dataloaders, Integration, Dev

Learn a scalable approach using TileDBDataModule dataloader to training an scVI model on Census data.
```

```{customcard}
:path: notebooks/custom_dl/lamin
:tags: Analysis, Custom-Dataloaders, Integration, Dev

Use the Lamin MappedCollectionDataModule for a scalable approach to training an scVI model on multiple adata's.
```

```{customcard}
:path: notebooks/custom_dl/ann_collection
:tags: Analysis, Custom-Dataloaders, Integration, Dev

Use the AnnCollection dataloader for a scalable approach to training an scVI model on multiple adata's.
```

```{customcard}
:path: notebooks/custom_dl/Tahoe100_mrVI_lamin
:tags: Analysis, Custom-Dataloaders, Integration, Dev

Use the Lamin Custom Dataloader to train mrVI torch model over Tahoe100M cells dataset
```
