Description Usage Arguments Details Value Examples
View source: R/spagi2_master.R
This function creates a pathway molecule homology table for the two species with respect to the list of molecules of species1 by retrieving the homology table.
1 2 3 4 | generate_pathway_molecule_homology_table(
species.homology.data,
species1.pathway.molecule
)
|
species.homology.data |
A list containing the homology data (i.e., homology table, homology matrix and species2 name) for the two species. |
species1.pathway.molecule |
A vector of pathway molecules for species1 |
This function creates a pathway molecule homology table for the two species with respect to the list of molecules of species1 by retrieving the homology table.
This function returns a homology table for the list of molecules of species1 of the two species.
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")
human.zebrafish.selected.genes.homology.table<-generate_pathway_molecule_homology_table(species.homology.data = human.zebrafish.homology.data, species1.pathway.molecule = human.genes)
human.zebrafish.selected.genes.homology.table
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.