RiceIDConvert {riceidconverter} | R Documentation |
Convert Biological ID from One to Another for Oryza Sativa
Description
RiceIDConverter
Convert One Biological ID to Another for Oryza Sativa, such As SYMBOL to TRANSCRIPTID.
Usage
RiceIDConvert(myID, fromType, toType)
Arguments
myID |
A vector of entrez id |
fromType |
Keytype of input id |
toType |
Keytype of output id |
Value
Return a vector or a datafram
Author(s)
Xiang LI <ynaulx@gmail.com>
Examples
convert_id <- RiceIDConvert('Os01g0100500','RAP',toType = 'MSU')
convert_id <- RiceIDConvert(myID = 'Os01g0100500',
fromType = 'RAP',
toType = 'SYMBOL')
[Package riceidconverter version 1.1.1 Index]