query_coord: Query gene data from coordination of Start and End in a Chr

Description Usage Arguments Examples

View source: R/query_tool.R

Description

Query gene data from coordination of Start and End in a Chr

Usage

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
)

Arguments

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

Examples

1
2
3
4
## Not run: 
query_coord()

## End(Not run)

xiayh17/TFmapperTool documentation built on Jan. 16, 2022, 1:18 p.m.