inferorg: Infer the organism and ID format given a list of genes.

Description Usage Arguments Details Value Examples

View source: R/inferorg.R

Description

Infer the organism and ID format given a list of genes.

Usage

1
inferorg(gene_vec)

Arguments

gene_vec

Vector of input gene IDs to guess the organism and format of

Details

This function takes in a vector of gene IDs, and guesses the format, which is one of:

along with the organism, which is one of:

In addition, a confidence score for both the organism and format is computed (see vignette for details).

Value

A list with four entries:

Examples

1
2
genes <- c("HLA-A", "HLA-B", "HLA-C")
inferorg(genes)

camlab-bioml/inferorg documentation built on Feb. 14, 2022, 12:44 a.m.