Find ID when given an accession number
Search gene ID with a vector of accession number from gene names or ID values.
findID(text, Gnames = gnames, ID = "Name")
text |
A character strings of gene names or id names. |
Gnames |
An objects of |
ID |
The column of ID corresponding to 'text'. |
A numeric vector the gene ID.
Yee Hwa (Jean) Yang
data(swirl) findID("fb24a09", swirl, ID="ID") findID("geno1", swirl)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.