|
|
安裝中文字典英文字典查詢工具!
中文字典英文字典工具:
英文字典中文字典相關資料:
- R包clusterProfiler: 转换ID、GO KEGG富集分析 - 简书
bitr()函数转换ID 函数全部内容如下 bitr(geneID, fromType, toType, OrgDb, drop = TRUE geneID:输入待转换的geneID fromType:输入的ID类型 toType:希望输出的ID类型 OrgDb:注释对象的信息 drop:drop = FALSE 保留空值 以TP53为例,希望输出'ENTREZID','ENSEMBL','REFSEQ'
- Believe in the Run | Running Shoe, Gear and Race Reviews
Believe In The Run is the spot for running shoe reviews, running gear reviews, running race reviews, and general running related content
- bitr function - RDocumentation
Learn R Programming clusterProfiler (version 3 0 4) Description Usage
- Gene ID mapping using R. Inter-conversion of gene ID’s is . . . - Medium
bitr(geneID, fromType, toType, OrgDb, drop = TRUE) ids <- bitr(data, fromType=”SYMBOL”, toType=c(“UNIPROT”, “ENSEMBL”, “ENTREZID”), OrgDb=”org Mm eg db”)
- R语言:clusterProfiler进行GO富集分析和Gene_ID转换 - 简书
ID转换用到的是bitr()函数,bitr()的使用方法: bitr(geneID, fromType, toType, OrgDb, drop = TRUE) geneID:一个含有gene_name的矢量 orgDb:人类的注释包是 org Hs eg db fromType:输入的gene_name的类型 toType:需要转换成的gene_name的类型,可以是多种类型,用大写character类型向量表示
|
|