Description Usage Arguments Details Value Examples
View source: R/spagi2_master.R
This function generates homology table and matrix for all ensembl genes of two species.
1 | generate_homology_data(species1 = "hsapiens", species2)
|
species1 |
Species 1 name, in the form 'hsapiens'. Default is 'hsapiens'. |
species2 |
Species 2 name, in the form 'hsapiens' |
This function generates homology table and matrix for all ensembl genes of two species.
This function returns a list containing the homology table and matrix of the two species.
1 2 | human.zebrafish.homology.data<-generate_homology_data(species1 = "hsapiens", species2 = "drerio")
summary(human.zebrafish.homology.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.