RiceIDConvert: Convert Biological ID from One to Another for Oryza Sativa

Description Usage Arguments Value Author(s) Examples

View source: R/RiceIDConvert.R

Description

RiceIDConverter Convert One Biological ID to Another for Oryza Sativa, such As SYMBOL to TRANSCRIPTID.

Usage

1
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

1
2
3
4
convert_id <- RiceIDConvert('Os01g0100500','RAP',toType = 'MSU')
convert_id <- RiceIDConvert(myID = 'Os01g0100500',
                            fromType = 'RAP',
                            toType = 'SYMBOL')

riceidconverter documentation built on March 26, 2020, 7:13 p.m.