genome_to_organism {chipenrich}R Documentation

Get the correct organism code based on genome

Description

Data from chipenrich.data uses three letter organism codes for the GeneSet objects. This function ensures the correct objects are loaded.

Usage

genome_to_organism(genome = supported_genomes())

Arguments

genome

One of the supported_genomes().

Value

A string for the three letter organism code. Convention is first letter of the first word in the binomial name, and first two letters of the second word in the binomial name. 'Homo sapiens' is then 'hsa', for example.


[Package chipenrich version 2.8.0 Index]