Description Usage Arguments Value Examples
update_fbgn()
takes a character vector of FlyBase gene numbers and a
list from make_database()
, and convert the vector according
to the list.
1 | update_fbgn(id, db)
|
id |
a character vector containing FlyBase gene numbers |
db |
a list from |
a character vector containing updated FlyBase gene numbers
1 2 3 4 5 | dummypath <- system.file("extdata", "dummy.gtf",
package = "genofeatutil")
dmeldb <- make_database(species = "test",
gtf.path = dummypath)
update_fbgn("FBgn0000020", db = dmeldb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.