View source: R/fb_get_stockname.r
fb_get_stockname | R Documentation |
Returns the flybase stock name when the FBID number is provided, only one FBID number can be given at a time
fb_get_stockname(conn, fbst)
conn |
postgresql connection object, from a call to
|
fbst |
(character) flybase stock number |
single character string of the stock name
## Not run: conn <- fb_connect() fb_get_stockname(conn, fbst = "FBst0000002") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.