Integrate scRNA-seq datasets#
scRNA-seq data integration is the process of analyzing data from several scRNA sequencing experiments to uncover common or distinct biological insights and patterns.
Here, weโll demonstrate how to fetch two scRNA-seq datasets by registered metadata such as cell types to finally integrate them.
Setup#
!lamin load test-scrna
Show code cell output
๐ก found cached instance metadata: /home/runner/.lamin/instance--testuser1--test-scrna.env
โ
loaded instance: testuser1/test-scrna
import lamindb as ln
import lnschema_bionty as lb
import anndata as ad
โ
loaded instance: testuser1/test-scrna (lamindb 0.52.2)
ln.track()
๐ก notebook imports: anndata==0.9.2 lamindb==0.52.2 lnschema_bionty==0.30.4
โ
saved: Transform(id='agayZTonayqAz8', name='Integrate scRNA-seq datasets', short_name='scrna2', version='0', type=notebook, updated_at=2023-09-06 17:06:54, created_by_id='DzTjkKse')
โ
saved: Run(id='y1wzNhzHn6mJdXvFmvXG', run_at=2023-09-06 17:06:54, transform_id='agayZTonayqAz8', created_by_id='DzTjkKse')
Access #
Query files by provenance metadata#
users = ln.User.lookup()
ln.Transform.filter(created_by=users.testuser1).search("register scrna")
id | __ratio__ | |
---|---|---|
name | ||
Validate & register scRNA-seq datasets | Nv48yAceNSh8z8 | 90.0 |
Integrate scRNA-seq datasets | agayZTonayqAz8 | 85.5 |
transform = ln.Transform.filter(id="Nv48yAceNSh8z8").one()
ln.File.filter(transform=transform).df()
storage_id | key | suffix | accessor | description | version | size | hash | hash_type | transform_id | run_id | initial_version_id | updated_at | created_by_id | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | ||||||||||||||
r9FhEsvYvHcTUpOoVznW | 8PDloROj | None | .h5ad | AnnData | Conde22 | None | 28049505 | WEFcMZxJNmMiUOFrcSTaig | md5 | Nv48yAceNSh8z8 | wf4yuOvgzxsdr18RUQnk | None | 2023-09-06 17:06:09 | DzTjkKse |
AqfdCI30NgcxKonoHPLR | 8PDloROj | None | .h5ad | AnnData | 10x reference pbmc68k | None | 660792 | GU-hbSJqGkENOxVKFLmvbA | md5 | Nv48yAceNSh8z8 | wf4yuOvgzxsdr18RUQnk | None | 2023-09-06 17:06:45 | DzTjkKse |
Query files based on biological metadata#
assays = lb.ExperimentalFactor.lookup()
species = lb.Species.lookup()
cell_types = lb.CellType.lookup()
query = ln.File.filter(
experimental_factors=assays.single_cell_rna_sequencing,
species=species.human,
cell_types=cell_types.cd8_positive_alpha_beta_memory_t_cell,
)
query.df()
storage_id | key | suffix | accessor | description | version | size | hash | hash_type | transform_id | run_id | initial_version_id | updated_at | created_by_id | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | ||||||||||||||
AqfdCI30NgcxKonoHPLR | 8PDloROj | None | .h5ad | AnnData | 10x reference pbmc68k | None | 660792 | GU-hbSJqGkENOxVKFLmvbA | md5 | Nv48yAceNSh8z8 | wf4yuOvgzxsdr18RUQnk | None | 2023-09-06 17:06:45 | DzTjkKse |
r9FhEsvYvHcTUpOoVznW | 8PDloROj | None | .h5ad | AnnData | Conde22 | None | 28049505 | WEFcMZxJNmMiUOFrcSTaig | md5 | Nv48yAceNSh8z8 | wf4yuOvgzxsdr18RUQnk | None | 2023-09-06 17:06:09 | DzTjkKse |
Transform #
Compare gene sets#
Get file objects:
file1, file2 = query.list()
file1.describe()
๐ก File(id='AqfdCI30NgcxKonoHPLR', suffix='.h5ad', accessor='AnnData', description='10x reference pbmc68k', size=660792, hash='GU-hbSJqGkENOxVKFLmvbA', hash_type='md5', updated_at=2023-09-06 17:06:45)
Provenance:
๐๏ธ storage: Storage(id='8PDloROj', root='/home/runner/work/lamin-usecases/lamin-usecases/docs/test-scrna', type='local', updated_at=2023-09-06 17:06:52, created_by_id='DzTjkKse')
๐ transform: Transform(id='Nv48yAceNSh8z8', name='Validate & register scRNA-seq datasets', short_name='scrna', version='0', type='notebook', updated_at=2023-09-06 17:06:45, created_by_id='DzTjkKse')
๐ฃ run: Run(id='wf4yuOvgzxsdr18RUQnk', run_at=2023-09-06 17:05:12, transform_id='Nv48yAceNSh8z8', created_by_id='DzTjkKse')
๐ค created_by: User(id='DzTjkKse', handle='testuser1', email='testuser1@lamin.ai', name='Test User1', updated_at=2023-09-06 17:06:52)
Features:
var: FeatureSet(id='mO9RKmc4B7mmT5nnjuRv', n=754, type='number', registry='bionty.Gene', hash='WMDxN7253SdzGwmznV5d', updated_at=2023-09-06 17:06:45, modality_id='1EwI0oSd', created_by_id='DzTjkKse')
'CCT3', 'MTCH2', 'SPINK2', 'MS4A1', 'ABRAXAS2', 'HLA-DPA1', 'MLF2', 'CD63', 'LYAR', 'MRPS25', ...
obs: FeatureSet(id='H4lcLw4YnXxTMaUWlPzj', n=1, registry='core.Feature', hash='Uau-7Y5bR8zCkcL8V_Ec', updated_at=2023-09-06 17:06:45, modality_id='iGFHd7k4', created_by_id='DzTjkKse')
๐ cell_type (9, bionty.CellType): 'monocyte', 'CD8-positive, CD25-positive, alpha-beta regulatory T cell', 'central memory CD8-positive, alpha-beta T cell', 'mature T cell', 'CD8-positive, alpha-beta memory T cell', 'B cell, CD19-positive', 'CD16-positive, CD56-dim natural killer cell, human', 'Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell', 'dendritic cell'
external: FeatureSet(id='kyt2PqRhAqc1wciMceet', n=2, registry='core.Feature', hash='xVpbS5QOXXDk84KhQ0a1', updated_at=2023-09-06 17:06:45, modality_id='iGFHd7k4', created_by_id='DzTjkKse')
๐ assay (1, bionty.ExperimentalFactor): 'single-cell RNA sequencing'
๐ species (1, bionty.Species): 'human'
Labels:
๐ท๏ธ species (1, bionty.Species): 'human'
๐ท๏ธ cell_types (9, bionty.CellType): 'monocyte', 'CD8-positive, CD25-positive, alpha-beta regulatory T cell', 'central memory CD8-positive, alpha-beta T cell', 'mature T cell', 'CD8-positive, alpha-beta memory T cell', 'B cell, CD19-positive', 'CD16-positive, CD56-dim natural killer cell, human', 'Cd4-negative, CD8_alpha-negative, CD11b-positive dendritic cell', 'dendritic cell'
๐ท๏ธ experimental_factors (1, bionty.ExperimentalFactor): 'single-cell RNA sequencing'
file1.view_flow()
file2.describe()
๐ก File(id='r9FhEsvYvHcTUpOoVznW', suffix='.h5ad', accessor='AnnData', description='Conde22', size=28049505, hash='WEFcMZxJNmMiUOFrcSTaig', hash_type='md5', updated_at=2023-09-06 17:06:09)
Provenance:
๐๏ธ storage: Storage(id='8PDloROj', root='/home/runner/work/lamin-usecases/lamin-usecases/docs/test-scrna', type='local', updated_at=2023-09-06 17:06:52, created_by_id='DzTjkKse')
๐ transform: Transform(id='Nv48yAceNSh8z8', name='Validate & register scRNA-seq datasets', short_name='scrna', version='0', type='notebook', updated_at=2023-09-06 17:06:45, created_by_id='DzTjkKse')
๐ฃ run: Run(id='wf4yuOvgzxsdr18RUQnk', run_at=2023-09-06 17:05:12, transform_id='Nv48yAceNSh8z8', created_by_id='DzTjkKse')
๐ค created_by: User(id='DzTjkKse', handle='testuser1', email='testuser1@lamin.ai', name='Test User1', updated_at=2023-09-06 17:06:52)
Features:
var: FeatureSet(id='PQ3H6b03FVwHx90Tghxw', n=36503, type='number', registry='bionty.Gene', hash='dnRexHCtxtmOU81_EpoJ', updated_at=2023-09-06 17:06:02, modality_id='1EwI0oSd', created_by_id='DzTjkKse')
'IPPK', 'None', 'TCAIM', 'LRRC61', 'None', 'RBM6', 'FRK', 'PAK4', 'None', 'ATXN3', ...
obs: FeatureSet(id='7cVpsYgm5wtldfDbERBB', n=4, registry='core.Feature', hash='T6k7scSB_vYiOiZ_isn7', updated_at=2023-09-06 17:06:09, modality_id='iGFHd7k4', created_by_id='DzTjkKse')
๐ donor (12, core.Label): 'D496', 'A35', '637C', 'A37', '582C', '621B', 'A36', 'D503', 'A29', 'A31', ...
๐ assay (4, bionty.ExperimentalFactor): 'single-cell RNA sequencing', '10x 5' v2', '10x 5' v1', '10x 3' v3'
๐ cell_type (32, bionty.CellType): 'conventional dendritic cell', 'CD8-positive, alpha-beta memory T cell, CD45RO-positive', 'mast cell', 'megakaryocyte', 'non-classical monocyte', 'dendritic cell, human', 'CD4-positive helper T cell', 'memory B cell', 'gamma-delta T cell', 'alveolar macrophage', ...
๐ tissue (17, bionty.Tissue): 'duodenum', 'bone marrow', 'lung', 'ileum', 'thymus', 'mesenteric lymph node', 'jejunal epithelium', 'sigmoid colon', 'transverse colon', 'lamina propria', ...
Labels:
๐ท๏ธ species (1, bionty.Species): 'human'
๐ท๏ธ tissues (17, bionty.Tissue): 'duodenum', 'bone marrow', 'lung', 'ileum', 'thymus', 'mesenteric lymph node', 'jejunal epithelium', 'sigmoid colon', 'transverse colon', 'lamina propria', ...
๐ท๏ธ cell_types (32, bionty.CellType): 'conventional dendritic cell', 'CD8-positive, alpha-beta memory T cell, CD45RO-positive', 'mast cell', 'megakaryocyte', 'non-classical monocyte', 'dendritic cell, human', 'CD4-positive helper T cell', 'memory B cell', 'gamma-delta T cell', 'alveolar macrophage', ...
๐ท๏ธ experimental_factors (4, bionty.ExperimentalFactor): 'single-cell RNA sequencing', '10x 5' v2', '10x 5' v1', '10x 3' v3'
๐ท๏ธ labels (12, core.Label): 'D496', 'A35', '637C', 'A37', '582C', '621B', 'A36', 'D503', 'A29', 'A31', ...
file2.view_flow()
Load files into memory:
file1_adata = file1.load()
file2_adata = file2.load()
๐ก adding file AqfdCI30NgcxKonoHPLR as input for run y1wzNhzHn6mJdXvFmvXG, adding parent transform Nv48yAceNSh8z8
๐ก adding file r9FhEsvYvHcTUpOoVznW as input for run y1wzNhzHn6mJdXvFmvXG, adding parent transform Nv48yAceNSh8z8
Here we compute shared genes without loading files:
file1_genes = file1.features["var"]
file2_genes = file2.features["var"]
shared_genes = file1_genes & file2_genes
len(shared_genes)
749
shared_genes.list("symbol")[:10]
['CCT3',
'MTCH2',
'SPINK2',
'MS4A1',
'ABRAXAS2',
'HLA-DPA1',
'MLF2',
'CD63',
'LYAR',
'MRPS25']
Compare cell types#
file1_celltypes = file1.cell_types.all()
file2_celltypes = file2.cell_types.all()
shared_celltypes = file1_celltypes & file2_celltypes
shared_celltypes_names = shared_celltypes.list("name")
shared_celltypes_names
['CD8-positive, alpha-beta memory T cell',
'CD16-positive, CD56-dim natural killer cell, human']
We can now subset the two datasets by shared cell types:
file1_adata_subset = file1_adata[
file1_adata.obs["cell_type"].isin(shared_celltypes_names)
]
file2_adata_subset = file2_adata[
file2_adata.obs["cell_type"].isin(shared_celltypes_names)
]
Concatenate subsetted datasets:
adata_concat = ad.concat(
[file1_adata_subset, file2_adata_subset],
label="file",
keys=[file1.description, file2.description],
)
adata_concat
AnnData object with n_obs ร n_vars = 244 ร 749
obs: 'cell_type', 'file'
obsm: 'X_umap'
adata_concat.obs.value_counts()
cell_type file
CD8-positive, alpha-beta memory T cell Conde22 120
CD16-positive, CD56-dim natural killer cell, human Conde22 114
CD8-positive, alpha-beta memory T cell 10x reference pbmc68k 7
CD16-positive, CD56-dim natural killer cell, human 10x reference pbmc68k 3
dtype: int64
# clean up test instance
!lamin delete --force test-scrna
!rm -r ./test-scrna
Show code cell output
๐ก deleting instance testuser1/test-scrna
โ
deleted instance settings file: /home/runner/.lamin/instance--testuser1--test-scrna.env
โ
instance cache deleted
โ
deleted '.lndb' sqlite file
โ consider manually deleting your stored data: /home/runner/work/lamin-usecases/lamin-usecases/docs/test-scrna