riceidconverter (version 1.1.1)

RiceIDConvert: 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

Examples

Run this code
# NOT RUN {
convert_id <- RiceIDConvert('Os01g0100500','RAP',toType = 'MSU')
convert_id <- RiceIDConvert(myID = 'Os01g0100500',
                            fromType = 'RAP',
                            toType = 'SYMBOL')
# }

Run the code above in your browser using DataLab