getAnnotation2: Get further annotation after getAnnotation()

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Anno_getAnnotation2.R

Description

getAnotation2()在getAnotation1()的基础上,利用org.Hs.eg.db的注释,获得类似于ENTREZID/UNIGENE等的注释信息。一般在不同的数据取交集基因时,geo.type=T有助于将UNIGENE当作SYMBOL来处理。

Usage

1
getAnnotation2(data, geo.type = F)

Arguments

data

a result from getAnnotation()

geo.type

Default=F.If T,it considers UNIGENE as SYMBOL,which is not recommanded

Value

a data frame

Author(s)

Weibin Huang<654751191@qq.com>

See Also

getAnnotation

Examples

1
2
df2.1 <- getAnnotation2(gtf.annotation,geo.type = T)
df2.2 <- getAnnotation2(gtf.annotation,geo.type = F)

shijianasdf/BasicBioinformaticsAnalysisFromZhongShan documentation built on Jan. 3, 2020, 10:08 p.m.