Description Usage Arguments Value Examples
Query annotation information of gene data from 'query_gene' or 'query_coord'
1 2 3 4 5 6 7 | query_anno(
tfmapperdb = tfmapperdb,
gene_data,
cell_line_key = cell_line_key,
cell_type_key = cell_type_key,
tissue_type_key = tissue_type_key
)
|
tfmapperdb |
default 'tfmapperdb', SQLiteConnection name |
gene_data |
result from query_gene or query_coord |
cell_line_key |
default 'cell_line_key', keywords of Cell line |
cell_type_key |
default 'cell_type_key', keywords of Cell type |
tissue_type_key |
default 'tissue_type_key', keywords of tissue type |
a data.frame contains annotation results
1 2 3 4 | ## Not run:
query_anno(gene_pos)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.