GenomicRangesList-class(GenomicRanges)
GenomicRangesList-class()所属R语言包:GenomicRanges
GenomicRangesList objects
GenomicRangesList对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A GenomicRangesList is a List of GenomicRanges. It is a virtual class; SimpleGenomicRangesList is the basic implementation. The subclass GRangesList provides special behavior and is particularly efficient for storing a large number of elements.
一个GenomicRangesList是的List的GenomicRanges。它是一个虚拟类;SimpleGenomicRangesList是基本实现。 GRangesList子类提供了特殊的行为,特别是高效存储大量元素。
构造----------Constructor----------
GenomicRangesList(...): Constructs a SimpleGenomicRangesList with elements taken from the arguments in .... If the only argument is a list, the elements are taken from that list.
GenomicRangesList(...):构造一个SimpleGenomicRangesList从参数中的元素......如果唯一的参数是一个列表,这些元素均取自该名单。
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
GRangesList, which differs from SimpleGenomicRangesList in that the GRangesList treats its elements as single, compound ranges, particularly in overlap operations. SimpleGenomicRangesList is just a barebones list for now, without that compound semantic.
GRangesList,它不同于SimpleGenomicRangesListGRangesList当作单一,复合范围,特别是在重叠操作,它的元素。“ SimpleGenomicRangesList现在仅仅是一个准系统列表,没有这种复合语义。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|