transformGRangesForEvenSpace(biovizBase)
transformGRangesForEvenSpace()所属R语言包:biovizBase
Transform GRanges with New Coordinates
与新坐标变换农庄
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For graphics, like linked plot, e.g. generated by qplotRangesLinkedToData function in package ggbio. we need to generate a new set of coordinates which is used for even spaced statistics track.
对于图形,如挂钩的图,例如产生qplotRangesLinkedToData在包ggbio功能。我们需要生成一个组,甚至间隔的统计跟踪的新坐标。
用法----------Usage----------
transformGRangesForEvenSpace(gr)
参数----------Arguments----------
参数:gr
A GRanges object.
一个农庄对象。
Details
详情----------Details----------
Most used internally for special graphics, like qplotRangesLinkedToData function in package ggbio.
最常用的内部特殊的图形,像qplotRangesLinkedToData在包ggbio功能。
值----------Value----------
A GRanges object as passed in, with new column x.new which indicate the static track coordinates, in this way, we could map the new coordinates with the old one.
通过一个农庄对象,新列x.new表明静态轨道坐标,以这种方式,我们可以映射与旧的新的坐标。
作者(S)----------Author(s)----------
Tengfei Yin
举例----------Examples----------
library(GenomicRanges)
gr <- GRanges("chr1", IRanges(seq(1,100, length.out = 10), width = 5))
transformGRangesForEvenSpace(gr)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|