summary.tsp(tspair)
summary.tsp()所属R语言包:tspair
Summary of a tsp object
一个小勺对象摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function can be used to summarize a TSP object.
此功能可以用来总结了TSP的对象。
用法----------Usage----------
## S3 method for class 'tsp'
summary(object,select=NULL,printall=FALSE,...)
参数----------Arguments----------
参数:object
A tsp object
TSP的对象
参数:select
A numerical indicator of which TSP to summarize, if NULL, all TSPs are summarized one at a time
其中TSP的总结,如果为NULL,所有茶匙总结一次一个数值指标
参数:printall
If printall=TRUE all TSPs are summarized at once
如果printall = TRUE,所有茶匙一次总结
参数:...
Summary arguments (ignored)
综述参数(忽略)
Details
详情----------Details----------
summary() accepts a tsp object calculated on an expression set or gene expression matrix. The result is a table of frequencies for the TSP indicator versus the group indicator.
摘要()接受小勺表达组或基因表达矩阵计算的对象。结果是一个与该组指标TSP指标的频率表。
值----------Value----------
A table.
一个表。
作者(S)----------Author(s)----------
Jeffrey T. Leek <a href="mailto:jtleek@jhu.edu">jtleek@jhu.edu</a>
参考文献----------References----------
Statist. Appl. in Genetics and Molecular Biology, 3, 2004.
参见----------See Also----------
tspplot, ts.pair, tspcalc,tspsig, predict.tsp
tspplot,ts.pair,tspcalc,tspsig,predict.tsp
举例----------Examples----------
## Not run: [#无法运行:]
## Load data[#将数据]
data(tspdata)
## Run tspcalc() on a data matrix and grp vector[#运行数据矩阵和向量GRP tspcalc()]
tsp1 <- tspcalc(dat,grp)
## Get the summary for the tsp object. [#获取的茶匙对象的总结。]
summary(tsp1)
summary.tsp(tsp1)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|