[.ms(rtfbs)
[.ms()所属R语言包:rtfbs
Extract, replace, reorder MS
提取,替换,重新排序MS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Treat multiple sequences as a array where each row corresponds to a sequence for one species.
将作为一个阵列,其中每一行对应于一个物种的序列为多个序列。
用法----------Usage----------
## S3 method for class 'ms'
x[rows]
参数----------Arguments----------
参数:x
An object of type ms
的对象类型ms,
参数:rows
A numeric vector of sequence indices, character vector (containing sequence name), or logical vector (containing sequences to keep). If logical vector it will be recycled as necessary to the same length as nrow.ms(x).
一个数字向量序列索引,字符向量(含序列名称),或逻辑向量(含序列保持)。如果逻辑向量,它会被回收在必要时作为nrow.ms(x)为相同的长度。
Details
详细信息----------Details----------
The bracket notation can return a set of sequences, or re-order rows.
的的支架符号可以返回一组序列,或重新排序行。
值----------Value----------
An MS object sampled from x as indicated by rows.
MS从x采样的对象,如行。
注意----------Note----------
This function will not alter the value of x even if it is stored as a pointer to a C structure.
此功能不会改变x的值,即使它被存储为一个C结构的指针。
(作者)----------Author(s)----------
Nick Peterson
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|