Description Usage Arguments Examples
Query gene data from coordination of Start and End in a Chr
1 2 3 4 5 6 7 8 | query_coord(
tfmapperdb = tfmapperdb,
species_key = species_key,
chr_key = chr_key,
ip_key = ip_key,
start_key = start_key,
end_key = end_key
)
|
tfmapperdb |
default 'tfmapperdb', SQLiteConnection name |
species_key |
default 'species_key', keywords of Species |
chr_key |
default 'chr_key', keywords of Chr |
ip_key |
default 'ip_key', keywords of IP |
start_key |
default 'start_key', coordination of Start |
end_key |
default 'end_key', coordination of End |
1 2 3 4 | ## Not run:
query_coord()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.