X.snp-class(chopsticks)
X.snp-class()所属R语言包:chopsticks
Class "X.snp"
类“X.snp”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compact representation of data concerning single nucleotide polymorphisms (SNPs) on the X chromosome
X染色体上的数据有关的单核苷酸多态性(SNPs)的紧凑表示
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("snp", ..., Female=...) or by subset selection from an object of class "X.snp.matrix". Holds one row or column of an object of class "X.snp.matrix"
可以创建对象,通过检测形式new("snp", ..., Female=...)类"X.snp.matrix"对象或子集选择从。容纳一排类"X.snp.matrix"的对象或列
插槽----------Slots----------
.Data: The genotype data coded as 0, 1, 2, or 3. For
.Data:基因型数据编码为0,1,2或3。为
Female: A logical array giving the sex of the sample(s)
Female:一个逻辑阵列,使样本的性别()
延伸----------Extends----------
Class "snp", directly. Class "raw", by class "snp". Class "vector", by class "snp".
类"snp",直接。类"raw"类"snp"。类"vector"类"snp"。
方法----------Methods----------
coerce signature(from = "X.snp", to = "character"):
强制signature(from = "X.snp", to = "character"):
coerce signature(from = "X.snp", to = "numeric"):
强制signature(from = "X.snp", to = "numeric"):
coerce signature(from = "X.snp", to = "genotype"): Yet
要挟signature(from = "X.snp", to = "genotype"):然而
show signature(object = "X.snp"): shows character
显示signature(object = "X.snp"):显示字符
作者(S)----------Author(s)----------
David Clayton <a href="mailto:david.clayton@cimr.cam.ac.uk">david.clayton@cimr.cam.ac.uk</a>
参考文献----------References----------
<h3>See Also</h3> <code>X.snp.matrix-class</code>, <code>snp.matrix-class</code>, <code>snp-class</code>
举例----------Examples----------
data(testdata)
s <- Xchromosome[,1]
class(s)
s
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|