Description Usage Arguments Value Author(s) Examples
View source: R/RiceIDConvert.R
RiceIDConverter Convert One Biological ID to Another for Oryza Sativa, such As SYMBOL to TRANSCRIPTID.
1  | RiceIDConvert(myID, fromType, toType)
 | 
myID | 
 A vector of entrez id  | 
fromType | 
 Keytype of input id  | 
toType | 
 Keytype of output id  | 
Return a vector or a datafram
Xiang LI <ynaulx@gmail.com>
1 2 3 4  | convert_id <- RiceIDConvert('Os01g0100500','RAP',toType = 'MSU')
convert_id <- RiceIDConvert(myID = 'Os01g0100500',
                            fromType = 'RAP',
                            toType = 'SYMBOL')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.