Learn R Programming

topr (version 2.0.1)

get_genes_by_Gene_Symbol: Get the genetic position of a gene by its gene name

Description

get_genes_by_Gene_Symbol() Get genes by their gene symbol/name Required parameters is on gene name or a vector of gene names

Usage

get_genes_by_Gene_Symbol(genes, chr = NULL, build = 38)

Value

Dataframe of genes

Arguments

genes

A string or vector of strings representing gene names, (e.g. "FTO") or (c("FTO","NOD2"))

chr

A string, search for the genes on this chromosome only, (e.g chr="chr1")

build

A string, genome build, choose between builds 37 (GRCh37) and 38 (GRCh38) (default is 38)

Examples

Run this code
if (FALSE) {
  get_genes_by_Gene_Symbol(c("FTO","THADA"))
}

Run the code above in your browser using DataLab