.get_parcutils_obj_gene_names | R Documentation |
Get the gene names stored in the parcutils object
.get_parcutils_obj_gene_names(x, query_genes)
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. |
a dataframe containing two columns - 1) queried genes and 2) gene names from the object parcutils.
res = .get_parcutils_object_example()
.get_parcutils_obj_gene_names(x = res, query_genes= c("LSS", "GOLGA8S", "FXYD5", "CDC34"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.