Description Usage Arguments Value Author(s)
Query the CNEData package to fetch the CNEs based on target, query species, winSize and identity.
1 2 | queryCNEData(dbName, target, query, winSize, identity,
type=c("target", "all"))
|
dbName |
The path of SQLite database. |
target, query |
The CNEs between target and query species. |
winSize, identity |
The thresholds of CNEs to fetch on identity over winSize. |
type |
Which set of CNEs are returned. When it is "all", the CNEs of target always on the left side of returned data.frame. |
A data.frame of CNEs coordinates in chr, start, end.
Ge Tan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.