omicverse.single.GLUE_pair

omicverse.single.GLUE_pair#

class omicverse.single.GLUE_pair(rna, atac)[源代码]#

Pair RNA and ATAC cells using GLUE latent embeddings and neighbor matching.

参数:
返回:

Initializes paired-modality matching workflow.

返回类型:

None

示例

>>> pair_obj = ov.single.GLUE_pair(rna, atac)
__init__(rna, atac)[源代码]#

Pair the cells between RNA and ATAC using result of GLUE.

参数:
返回类型:

None

Methods

__init__(rna, atac)

Pair the cells between RNA and ATAC using result of GLUE.

correlation()

Perform Pearson Correlation analysis in the layer of GLUE.

find_neighbor_cell([depth, cor])

Find the neighbor cells between two omics using pearson correlation.

pair_omic(omic1, omic2)

Pair the omics using the result of find_neighbor_cell.