Description Usage Arguments Examples
convert_to_genename()
takes a character vector of gene names and
FlyBase gene numbers and uses the database list
make_database()
generated to convert them to gene names that
are consistent with the version of the provided GTF file.
1 | convert_to_genename(x, db, normalize = TRUE, remove.dup = TRUE)
|
x |
a character vector containing genes and FlyBase gene numbers |
db |
a list from |
normalize |
a logical expression. If set as TRUE, it will call
|
remove.dup |
a logical value to decide whether to remove duplication in the input vector. The default is TRUE. |
1 2 3 4 5 6 7 | # Make databases from dummy data
dummypath <- system.file("extdata", "dummy.gtf",
package = "genofeatutil")
testdb <- make_database(species = "test",
gtf.path = dummypath)
convert_to_genename("FBgn0000001", testdb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.