Description Usage Arguments Details Value Examples
View source: R/spagi2_master.R
This function generates homology pathways by altering the molecules of human pathway paths.
1 | generate_homology_pathways(species.homology.data, pathway.path)
|
species.homology.data |
A list containing the homology data (i.e., homology table, homology matrix and species2 name) for the two species. |
pathway.path |
A list with human pathway path data where each sublist denotes a path of the pathway. This is used as a background data. |
This function generates homology pathways by altering the molecules of human pathway paths. The human pathway path data is automatically loaded with the package.
This function returns the homology pathways by altering the pathway molecules by the homology molecules.
1 2 3 | human.zebrafish.homology.data<-generate_homology_data(species1 = "hsapiens", species2 = "drerio")
zebrafish.homology.pathway.path<-generate_homology_pathways(species.homology.data = human.zebrafish.homology.data, pathway.path = pathway.path.new)
head(zebrafish.homology.pathway.path[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.