View source: R/ELeFHAnt_Functions.R
CrossSpecies_Conversion | R Documentation |
CrossSpecies_Conversion is a function to convert gene names of a or more seurat objects from one species to other. For example: if your data comes from mouse and you want to compare to human then you can use this function to convert. Currently we support following species: human, mouse, rhesus, zebrafish, chicken and rat
CrossSpecies_Conversion( seurat.objects = c(), species_from = NULL, species_to = NULL, format_from = NULL, format_to = NULL )
seurat.objects |
one or more seurat objects |
species_from |
current species: human, mouse, rhesus, zebrafish, chicken and rat |
species_to |
convert to: human, mouse, rhesus, zebrafish, chicken and rat |
format_from |
which format genes are present in the object: ensembl or symbol |
format_to |
which format genes should be converted to: ensembl or symbol |
Cross-species converted Seurat Object
Praneet Chaturvedi & Konrad Thorner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.