dot-get_parcutils_obj_gene_names: Get the gene names stored in the parcutils object

.get_parcutils_obj_gene_namesR Documentation

Get the gene names stored in the parcutils object

Description

Get the gene names stored in the parcutils object

Usage

.get_parcutils_obj_gene_names(x, query_genes)

Arguments

x

an object of class parcutils

query_genes

a character vector denoting genes for which corresponding gene names to be derived from the parcutils object.

Value

a dataframe containing two columns - 1) queried genes and 2) gene names from the object parcutils.

Examples


res = .get_parcutils_object_example()
.get_parcutils_obj_gene_names(x = res, query_genes= c("LSS", "GOLGA8S", "FXYD5", "CDC34"))


cparsania/parcutils documentation built on Oct. 27, 2024, 4:55 a.m.