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

R语言 GenomeGraphs包 GeneRegion-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 19:13:49 | 显示全部楼层 |阅读模式
GeneRegion-class(GenomeGraphs)
GeneRegion-class()所属R语言包:GenomeGraphs

                                        Class "GeneRegion", representing gene structures in a defined genomic region
                                         类“GeneRegion”,即在一个确定的基因组区域的基因结构

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

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

Given a start and end position and a chromosome name, all gene structures in this region will be retrieved from Ensembl upon creation of the object.
开始和结束位置和染色体的名字,将在这一区域的所有基因结构创建对象后,从Ensembl的检索。


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("GeneRegion", ...).
创建对象可以通过检测的形式new("GeneRegion", ...)。


插槽----------Slots----------




start: Object of class "numeric", start position
start类"numeric",开始位置:对象




end: Object of class "numeric", end position
end类"numeric",结束位置的对象




chromosome: Object of class "character", chromosome name
chromosome:对象类"character",染色体的名字




strand: Object of class "character", represents the strand from which the gene structures should be retrieved.  Value is either + or -
strand:Object类的"character",代表了从基因结构应该检索链。值是+或 -




biomart: Object of class "Mart", containing the link to the Ensembl database.  This should be created by the useMart function from the biomaRt package
biomart:Object类的"Mart",包含Ensembl的数据库的链接。这应该建立由从biomaRt包的useMart的功能




ens: Object of class "data.frame", output of the biomaRt query, should not be used by users
ens:Object类的"data.frame",输出的biomaRt查询,不应该被用户使用


方法----------Methods----------




drawGD signature(.Object = "GeneRegion"): ...
drawGDsignature(.Object = "GeneRegion")...




initialize signature(.Object = "GeneRegion"): ...
初始化signature(.Object = "GeneRegion")...




show signature(object = "GeneRegion"): ...
显示signature(object = "GeneRegion"):...


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


Steffen Durinck



参考文献----------References----------

<h3>See Also</h3>   objects to See Also as <code>gdPlot</code>

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


if(interactive()){
mart = useMart("ensembl", dataset="hsapiens_gene_ensembl")
plusStrand = new("GeneRegion", chromosome = "17", start = 30450000, end = 30550000, strand = "+", biomart = mart)
genomeAxis = new("GenomeAxis", add53=TRUE)
gdPlot(list(genomeAxis, plusStrand), minBase = 30450000, maxBase =  30550000)
}

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-7 15:08 , Processed in 0.036829 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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