找回密码
 注册
查看: 446|回复: 0

R语言 goProfiles包 printProfiles()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 20:50:45 | 显示全部楼层 |阅读模式
printProfiles(goProfiles)
printProfiles()所属R语言包:goProfiles

                                        Print functional profiles
                                         打印功能的配置文件

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Prints basic functional profiles created with the 'basicProfile' instruction. Allows for several formatting operations such as truncating long labels,  removing empty categories or choosing between absolute or relative frequencies. If several profiles have to be printed together they must be first merged using the 'mergeProfiles' function.
打印与创建“basicProfile”指令的基本功能概况。允许截断长标签,删除空的类别或绝对或相对频率之间进行选择,如一些格式化操作。如果有多个配置文件必须印在一起,他们必须先合并使用“mergeProfiles”的功能。


用法----------Usage----------


printProfiles(aProf, aTitle = "Functional Profile", anOnto = NULL, percentage = FALSE,
      Width=25, emptyCats=FALSE)



参数----------Arguments----------

参数:aProf
Functional profile to plot
绘制功能简介


参数:aTitle
Title for the figures
标题为“数字


参数:anOnto
Ontology (to appear in the title)
本体(出现在标题)


参数:percentage
Plot absolute or relative frequencies (not summing to 100)
图绝对或相对频率(不总结100)


参数:Width
Maximum width for the description of GO categories
最大宽度为GO类别的说明


参数:emptyCats
Set to 'TRUE' if empty categories should appear in the profile
设置为“TRUE”,如果是空的类别应该出现在配置文件中


值----------Value----------

The printout
打印输出


作者(S)----------Author(s)----------


Alex Sanchez



举例----------Examples----------


require(goProfiles)
data(prostateIds)
welsh.MF <- basicProfile (welsh01EntrezIDs[1:100], onto="MF", level=2, orgPackage="org.Hs.eg.db")
singh.MF <- basicProfile (singh01EntrezIDs[1:100], onto="MF", level=2, orgPackage="org.Hs.eg.db")
printProfiles(welsh.MF,'Functional profiles for Welsh dataset',percentage=TRUE, anOnto='MF')
welsh.singh.MF <-mergeProfilesLists(welsh.MF, singh.MF, profNames=c("Welsh", "Singh"))
printProfiles(welsh.singh.MF, percentage=TRUE, emptyCats=TRUE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-6 21:17 , Processed in 0.020212 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表