TranscriptRegion-class(GenomeGraphs)
TranscriptRegion-class()所属R语言包:GenomeGraphs
Class "TranscriptRegion", representing a genomic region with transcripts
类“TranscriptRegion”,代表与转录的基因组区域
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Upon creation of this object, transcripts present in a specified region will be retrieved from Ensembl
创建这个对象后,在指定的区域中呈现成绩单将会从Ensembl的检索
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("TranscriptRegion", ...)
对象可以创建检测的形式new("TranscriptRegion", ...)
插槽----------Slots----------
start: Object of class "numeric", the start base of the genomic region
start:对象类"numeric",开始对基因组区域碱基
end: Object of class "numeric", the end base of the genomic region
end:对象类"numeric",基因组区域的底基
chromosome: Object of class "character", the chromosome
chromosome类"character",染色体的对象
biomart: Object of class "Mart", contains link to Ensembl and should be created using the useMart function of the biomaRt package
biomart:"Mart"类的对象,包含链接Ensembl的,应当建立使用的biomaRt包useMart功能
ens: Object of class "data.frame", users should not specify this, it contains the output of the query to Ensembl
ens:"data.frame",用户不应该指定这个Object类,它包含查询的输出ENSEMBL
方法----------Methods----------
show signature(object = "TranscriptRegion"): ...
显示signature(object = "TranscriptRegion"):...
作者(S)----------Author(s)----------
Steffen Durinck
参考文献----------References----------
<h3>See Also</h3> objects to See Also as <code>gdPlot</code>
举例----------Examples----------
showClass("TranscriptRegion")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|