Description Usage Arguments Value Examples
It will return a list of IDs and msu7Name
1 | callSnpSeek(locus)
|
locus |
the list of locus for which we want the ids |
the list of id's of each genes we want
1 2 3 4 5 | locusList <- data.frame(ch = c("1"),
st = c("148907"),
end = c("248907"))
callSnpSeek(locusList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.