Description Usage Arguments Details Value Examples
View source: R/spagi2_master.R
This function generates the homology gene set for species2 with respect to the list of genes of species1.
1 | generate_homology_gene_set(species.homology.matix, species1.genes)
|
species.homology.matix |
A sparse matrix containing the homology genes information for the two species. |
species1.genes |
A vector containing set of genes for species1. |
This function generates the homology gene set for species2 with respect to the list of genes of species1.
This function returns a vector of homology gene set for species2 with respect to the list of genes of species1.
1 2 3 4 | human.zebrafish.homology.data<-generate_homology_data(species1 = "hsapiens", species2 = "drerio")
human.genes<-c("PAX6", "SOX2", "PROX1", "FGFR1", "BMP7", "MAPK1", "ACE2")
zebrafish.selected.homology.genes<-generate_homology_gene_set(species.homology.matix = human.zebrafish.homology.data[[2]], species1.genes = human.genes)
zebrafish.selected.homology.genes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.