analyse.orthology: Analyse orthology between two species

Description Usage Arguments Value Examples

View source: R/analyse.orthology.r

Description

Returns a table of 1:1 orthologs along with gene sets (in Homologene ID format) detailing how genes differ between the two species

Usage

1
2
3
4
5
analyse.orthology(
  species1 = "mouse",
  species2 = "human",
  allHomologs = load.homologs()
)

Arguments

species1

String with the name of the first species, i.e. "mouse"

species2

String with the name of the second species, i.e. "human"

allHomologs

Output of load.homologs() function

Value

List. The most important thing is orthologs_one2one.

Examples

1
ortholog_data = analyse.orthology("human","mouse")

NathanSkene/One2One documentation built on July 14, 2021, 7:48 a.m.