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

R语言 genoset包 runCBS()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 19:37:45 | 显示全部楼层 |阅读模式
runCBS(genoset)
runCBS()所属R语言包:genoset

                                        Run CBS Segmentation
                                         运行哥伦比亚广播公司分割

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

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

Utility function to run CBS's three functions on one or more samples
CBS的三项职能上运行一个或多个样品的实用功能


用法----------Usage----------





参数----------Arguments----------

参数:data
numeric matrix with continuous data in one or more columns
数字矩阵与一个或多个列中的连续数据


参数:locs
RangeData, like locData slot of GenoSet
RangeData,像locData槽的GenoSet


参数:return.segs
logical, if true list of segment data.frames return, otherwise a DataFrame of Rle vectors. One Rle per sample.
逻辑,真正的如果段data.frames的列表返回,否则RLE向量DataFrame。每一个RLE样品。


参数:n.cores
numeric, number of cores to ask multicore to use
数字,核心数量要求多核使用


参数:smooth.region
number of positions to left and right of individual positions to consider when smoothing single point outliers
职位数的左和右各个位置时要考虑的平滑单点离群


参数:outlier.SD.scale
number of SD single points must exceed smooth.region to be considered an outlier
被视为离群值,SD单点的数量必须超过smooth.region


参数:smooth.SD.scale
floor used to reset single point outliers
地板用于重置单点离群


参数:trim
fraction of sample to smooth
部分样品顺利


参数:alpha
pvalue cutoff for calling a breakpoint
pvalue截止调用一个断点


Details

详情----------Details----------

Takes care of running CBS segmentation on one or more samples. Makes appropriate
需要运行一个或多个样品CBS分割的照顾。作出适当的


值----------Value----------

data frame of segments from CBS
从CBS段的数据框


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


Peter M. Haverty



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


probe.names =  paste("p",1:30,sep="")
ds = matrix(c(c(rep(5,20),rep(3,10)),c(rep(2,10),rep(7,10),rep(9,10))),ncol=2,dimnames=list(probe.names,sample.names))
locs = RangedData(ranges=IRanges(start=c(1:20,1:10),width=1,names=probe.names),space=paste("chr",c(rep(1,20),rep(2,10)),sep=""))

seg.rle.result = DataFrame( a1 = Rle(c(rep(5,20),rep(3,10))), a2 = Rle(c(rep(2,10),rep(7,10),rep(9,10))), row.names=probe.names )
seg.list.result = list(
a1 = data.frame( ID=rep("a1",2), chrom=factor(c("chr1","chr2")), loc.start=c(1,1), loc.end=c(20,10), num.mark=c(20,10), seg.mean=c(5,3), stringsAsFactors=FALSE),
a2 = data.frame( ID=rep("a2",3), chrom=factor(c("chr1","chr1","chr2")), loc.start=c(1,11,1), loc.end=c(10,20,10), num.mark=c(10,10,10), seg.mean=c(2,7,9), stringsAsFactors=FALSE)
)

runCBS(ds,locs)  # Should give seg.rle.result[应该给seg.rle.result]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-7 07:52 , Processed in 0.024140 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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