omicverse.single.GLUE_pair

omicverse.single.GLUE_pair#

class omicverse.single.GLUE_pair(rna, atac)[source]#

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

Parameters:
Returns:

Initializes paired-modality matching workflow.

Return type:

None

Examples

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

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

Parameters:
Return type:

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.