fb_name_from_cg: Returns the gene name when the CG number is provided, only...

View source: R/FB_name_from_CG.r

fb_name_from_cgR Documentation

Returns the gene name when the CG number is provided, only one CG number can be given at a time

Description

Returns the gene name when the CG number is provided, only one CG number can be given at a time

Usage

fb_name_from_cg(conn, cg)

Arguments

conn

postgresql connection object, from a call to fb_connect

cg

(character) CG number

Value

single character string of the gene name

Examples

## Not run: 
conn <- fb_connect()
fb_name_from_cg(conn, cg = "CG43860")

## End(Not run)

ropensci/rflybase documentation built on May 18, 2022, 6:35 p.m.