set_shared_orthologs: Compare two seurat objects from different species and return...

set_shared_orthologsR Documentation

Compare two seurat objects from different species and return matrices with one-to-one orthologs.

Description

Compare two seurat objects from different species and return matrices with one-to-one orthologs.

Usage

set_shared_orthologs(
  so1,
  so2,
  orthologs,
  col_species_1 = "external_gene_name",
  col_species_2 = "mmusculus_homolog_associated_gene_name"
)

Arguments

so1

seurat object

so2

seurat object

orthologs

data.frame with ortholog info

col_species_1

column name with species 1 in data.frame

col_species_2

column name with species 2 in data.frame


rnabioco/scbp documentation built on July 7, 2023, 10:10 p.m.