Preserves the genomes class and other attributes if name and released columns are present, otherwise the subsetting operation will return a data.frame. Update methods will not work on subsets of genome
保留的基因组类和其他属性,如果目前的名称和发布列,否则子集的操作将返回一个数据框。 Update方法将无法在基因组的子集
作者(S)----------Author(s)----------
Chris Stubben
举例----------Examples----------
data(lproks)
yp<-subset(lproks, name %like% 'Yersinia pest*')
yp
summary(yp)