search for: muril10_at

Displaying 3 results from an estimated 3 matches for "muril10_at".

2006 Oct 11
1
Possible bug in accessing methods documentation?
...;Biobase") > library("Biobase") > data(sample.ExpressionSet) > class(sample.ExpressionSet) [1] "ExpressionSet" attr(,"package") [1] "Biobase" > z <- featureNames(sample.ExpressionSet) > z[1:2] [1] "AFFX-MurIL2_at" "AFFX-MurIL10_at" > ?featureNames(sample.ExpressionSet) Warning message: no method defined for function 'featureNames' and signature 'object = "missing"' in: .helpForCall(e1Expr, parent.frame()) Error in .helpForCall(e1Expr, parent.frame()) : no documentation for function...
2006 Oct 11
1
Possible bug in accessing methods documentation? (PR#9291)
...Biobase") >> data(sample.ExpressionSet) >> class(sample.ExpressionSet) > [1] "ExpressionSet" > attr(,"package") > [1] "Biobase" >> z <- featureNames(sample.ExpressionSet) >> z[1:2] > [1] "AFFX-MurIL2_at" "AFFX-MurIL10_at" >> ?featureNames(sample.ExpressionSet) > Warning message: > no method defined for function 'featureNames' and signature 'object = "missing"' in: .helpForCall(e1Expr, parent.frame()) > Error in .helpForCall(e1Expr, parent.frame()) : > no do...
2007 Dec 20
1
custom subset method / handling columns selection as logic in '...' parameter
...ode: lockedEnvironment) assayData: 500 features, 7 samples element names: exprs, se.exprs phenoData sampleNames: C, F, ..., X (7 total) varLabels and varMetadata description: sex: Female/Male type: Case/Control score: Testing Score featureData featureNames: AFFX-MurIL2_at, AFFX-MurIL10_at, ..., 31739_at (500 total) fvarLabels and fvarMetadata description: none experimentData: use 'experimentData(object)' Annotation: hgu95av2 # what I would like to allow in use: (subset2 = subset(expressionSet, sex=="Male", score > 0.75) # note the == instead of = [[altern...