Package 'ricegeneann'

Title: Gene Annotation of Rice (Oryza Sativa L.spp.japonica)
Description: Gene annotation of rice (Oryza Sativa L.spp.japonica). The package is based on the annotation file from the website <http://plants.ensembl.org/Oryza_sativa/Info/Index>. Input gene's name then return some information, including the from position, the end position, the position type and the chromosome number.
Authors: Xiang LI, Linna MA
Maintainer: Xiang LI <[email protected]>
License: Artistic-2.0
Version: 1.0.2
Built: 2024-11-11 06:56:18 UTC
Source: CRAN

Help Index


Annotation of genes of rice (Oryza Sativa)

Description

ricegeneann Annotate the gene of rice (Oryza Sativa)

Usage

ricegeneannotation(myID, type)

Arguments

myID

A vector of entrez id

type

Keytype of input id

Value

Return a vector or a datafram

Author(s)

Xiang LI <[email protected]> Linna MA <[email protected]>

Examples

convert_id <- ricegeneannotation('Os01g0100500','RAP')
convert_id <- ricegeneannotation(myID = 'Os01g0100500',
                            type = 'RAP')

Annotation of genes of rice (Oryza Sativa)

Description

ricegeneann Annotation of genes of rice (Oryza Sativa). Input a or some gene name then return a or some information, including the from position, end position, position type and the chromosome number.

Author(s)

Xiang LI <[email protected]> Linna MA <[email protected]>