| findID {marray} | R Documentation |
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 marrayRaw, marrayNorm,
exprSet or data.frame of gene names information. |
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)