Description Usage Arguments Details Value Examples
This function queries various information of RefSeq from GGRNA.
1 | refSeqSearch(query, species)
|
query |
keyword or phrase (vector) |
species |
Human: "hs", Mouse: "Mm", Rat: "Rn" and so on. |
Search operators: See http://ggrna.dbcls.jp/en/help.html
Species:
Human: "hs"
Mouse: "mm"
Rat: "rn"
Chicken: "gg"
Frog: "xt"
Zebrafish: "dr"
Sea squirt: "ci"
Fly: "dm"
Worm: "ce"
Arabidopsis: "at"
Rice: "os"
S. cerevisiae: "sc"
S. pombe: "sp"
A data frame
1 2 3 | my.hs.gene <- refSeqSearch(query = "NM_001518", species = "hs")
my.mm.gene <- refSeqSearch(query = "homeobox", species = "mm")
# my.dm.gene <- refSeqSearch(query = "RNA interference", species = "dm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.