blocks-methods(rtracklayer)
blocks-methods()所属R语言包:rtracklayer
Get blocks/exons
获取块/外显子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Obtains the block ranges (subranges, usually exons) from an object, such as a RangedData imported from a BED file.
获得对象,如RangedData从床上文件的进口块范围(子范围,通常是外显子)。
用法----------Usage----------
blocks(x, ...)
参数----------Arguments----------
参数:x
The instance from which to obtain the block/exon information. Currently must be a RangedData or GenomicRanges, presumably imported with import.bed or formatted with asBED.
实例,从中获取的信息块/外显子。目前必须是一个RangedData或GenomicRanges,大概进口import.bed或asBED格式化。
参数:...
Additional arguments for methods
附加参数的方法
Details
详情----------Details----------
For the RangedData method, there must be two columns in x: blockStarts and blockSizes, each field of which should be a comma-separated list of block starts and widths, respectively. This comes from the BED specification.
对于RangedData方法,必须有两列x:blockStarts和blockSizes,每一个领域,这应该是一个逗号分隔的列表块开始和宽度,分别。来自床上规范。
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
import.bed for importing a track from BED, which can store block information; asBED for coercing an interval dataset into a BED-like structure that can be passed to this
import.bed导入轨道,从床,它可以存储块信息;asBED强迫床状结构的间隔集,可以传递给这个
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|