get_complex_genes: get_complex_genes

Description Usage Arguments Details Value Examples

View source: R/XGSA.R

Description

This helper function retrieves complex genes between two species.

Usage

1
get_complex_genes(species1, species2)

Arguments

species1

Species 1 name in the form 'hsapiens'

species2

Species 2 name in the form 'hsapiens'

Details

This helper function retrieves complex genes between two species.

Value

This function returns a list with two elements (one for each species), each containing a vector of gene IDs in that species that have more than 1 homolog in the other species

Examples

1
human_zebrafish_complex_genes <- get_complex_genes('hsapiens','drerio')

VCCRI/XGSA documentation built on March 5, 2021, 10:22 p.m.