Displaying 1 result from an estimated 1 matches for "haschr".
Did you mean:
hasch
2007 Mar 01
1
object is not subsettable
Dear colleagues,
I've just come across a problem with the following command which is a
part of the "metaOverview.R" code file provided as an monography-
accompanying file at
http://www.bioconductor.org/docs/mogr/metadata:
##################################
R> hasChr <- eapply(GOTERM, function(x)
+ x[grep("chromosome", Term(x))])
Error in x[grep("chromosome", Term(x))] : object is not subsettable
##################################
I have run the command in the (PPC) Mac OS X R 2.4.1 and (AMD Ubuntu)
Linux R 2.4.0 with the...