Description Usage Arguments Value Examples
Query gene data according to gene name
1 2 3 4 5 6 7 | query_gene(
tfmapperdb = tfmapperdb,
species_key = species_key,
ip_key = ip_key,
portion_key = portion_key,
gene_key = gene_key
)
|
tfmapperdb |
default 'tfmapperdb', SQLiteConnection name |
species_key |
default 'species_key', keywords of Species |
ip_key |
default 'ip_key', keywords of IP |
portion_key |
default 'portion_key', keywords of Portion |
gene_key |
default 'gene_key', keywords of Gene |
data.frame tbl contains gene data
1 2 3 4 | ## Not run:
query_gene()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.