Function to return a subset of a copy number array data object by a list of chromosomes and sample.
函数返回一个拷贝数的数组数据对象的一个子集,由染色体和样品列表。
用法----------Usage----------
## S3 method for class 'DNAcopy'
subset(x, chromlist=NULL, samplelist=NULL, ...)
参数----------Arguments----------
参数:x
DNAcopy object
DNAcopy对象
参数:chromlist
chromosomes of interest. Should be a subset of the valid chromosome names in the original data.
染色体的利益。应该在原始数据的有效染色体名的一个子集。
参数:samplelist
samples of interest. Can be integers denoting the samples of interest or a vector of valid sample names.
样品的利益。可以是整数,表示感兴趣的样品或向量有效样本名。
参数:...
other arguments which may be passed to subset.
其他参数可通过subset。
值----------Value----------
An object of class DNAcopy with the input data and the results of segmenting them only for the chromosomes and samples of interest.
一个对象类与输入数据和分割和利益的染色体样本的结果DNAcopy。