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

R语言 splicegear包 SpliceSites-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 14:59:47 | 显示全部楼层 |阅读模式
SpliceSites-class(splicegear)
SpliceSites-class()所属R语言包:splicegear

                                        Class "SpliceSites"
                                         类“SpliceSites”

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

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

A class to store (putative) splice sites
A级存储(假定)的剪接位点


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("SpliceSites", ...).
创建对象可以通过检测的形式new("SpliceSites", ...)。


插槽----------Slots----------




seq: Object of class "character". The reference
seq类"character"的对象。参考




seq.length: Object of class "integer". The length for the reference sequence (used when the slot seq is set to
seq.length类"integer"的对象。为参考序列的长度(用时槽seq设置




spsiteIpos: Object of class "matrix". A two-columns matrix to store the begin and end positions of type I splice
spsiteIpos类"matrix"的对象。一个两列的矩阵存储的开始和结束位置的类型我拼接




spsiteIIpos: Object of class "integer". A
spsiteIIpos类"integer"的对象。一




spsiteIIIpos: Object of class "matrix". Idem
spsiteIIIpos类"matrix"的对象。同上




spsiteIpos.pData: Object of class AnnotatedDataFrame. Used
spsiteIpos.pData类AnnotatedDataFrame的对象。使用




spsiteIIpos.pData: Object of class
spsiteIIpos.pData:对象类




spsiteIIIpos.pData: Object of class
spsiteIIIpos.pData:对象类


方法----------Methods----------




show signature(object = "SpliceSites"): A printing method.
显示signature(object = "SpliceSites"):印刷方法。




plot signature(x = "SpliceSites", y = "missing"): A
图signature(x = "SpliceSites", y = "missing"):


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


laurent@cbs.dtu.dk



参考文献----------References----------

to observe alternative splicing ?'", Gautier L. et al., 2003, manuscript in

参见----------See Also----------

isSpliceSiteOnProbe, isProbeOnSpliceSite, plot.SpliceSites, spliceset.
isSpliceSiteOnProbe,isProbeOnSpliceSite,plot.SpliceSites,spliceset。


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


data(spliceset)

print(spliceset)

par(mfrow=c(1,2))

plot(spliceset, main=attr(spliceset, "name"))

## filter out supporting matches with unique positions[#筛选出支持具有独特的位置匹配]
filter.typeI <- function(x) {unique(x[duplicated(x), , drop=FALSE])}
spliceset.filter <- spliceset
sSites <- spliceset.filter@spliceSites
sSites@spsiteIpos <- filter.typeI(sSites@spsiteIpos)
spliceset.filter@spliceSites <- sSites
## plot the resulting new object[#绘制生成的新对象。]
plot(spliceset.filter)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 15:14 , Processed in 0.020835 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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