set_shared_orthologs | R Documentation |
Compare two seurat objects from different species and return matrices with one-to-one orthologs.
set_shared_orthologs(
so1,
so2,
orthologs,
col_species_1 = "external_gene_name",
col_species_2 = "mmusculus_homolog_associated_gene_name"
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.