search for: gseabase

Displaying 7 results from an estimated 7 matches for "gseabase".

Did you mean: gsbase
2008 Jun 08
1
R CMD CHECK WARNING inappropriate for S4 method?
The package 'graph' defines classes graph and graphNEL (extending graph) and a union,graph,graph-method. These are all exported and fully documented. The package 'GSEABase' Imports: graph and importClassesFrom(graph, graphNEL). GSEABase defines methods on union for its own classes (not graph / graphNEL), and has exportMethods(union). union,graph,graph-method is not used in GSEABase. R version 2.8.0 Under development (unstable) (2008-06-08 r45879) reports from R...
2007 Sep 25
1
'load' does not properly add 'show' methods for classes extending 'list'
The GeneSetCollection class in the Bioconductor package GSEABase extends 'list' > library(GSEABase) > showClass("GeneSetCollection") Slots: Name: .Data Class: list Extends: Class "list", from data part Class "vector", by class "list", distance 2 Class "AssayData", by class "l...
2009 Jun 24
1
Rscript segfaults with lazy loading
...fault *** address (nil), cause 'memory not mapped' Traceback: 1: c2[1] aborting ... Segmentation fault (core dumped) Is this a bug? Thanks, Gad In R console it all works fine: > load("c2.RData") > ls() [1] "c2" > c2[1] [[1]] Loading required package: GSEABase Loading required package: AnnotationDbi Loading required package: Biobase Loading required package: tools Welcome to Bioconductor Vignettes contain introductory material. To view, type 'openVignette()'. To cite Bioconductor, see 'citation("Biobase")' and for pac...
2011 Apr 27
2
arch=i386
Dear ALL I want to load "HTSanalyzeR", It 's necessary to load "igraph" package. This time I see this error: library(igraph) library(HTSanalyzeR) Loading required package: GSEABase Loading required package: Biobase Error: package 'Biobase' is not installed for 'arch=i386' > I 'll be glade if you help me [[alternative HTML version deleted]]
2009 Oct 27
1
How to reduce key strokes when defining S4 classes?
I feel tedious when I define a S4 class and the methods. For each method, I have to call both setMethod and setGeneric (or both setReplaceMethod and setGeneric). I would like a more compact grammar so that I can reduce the key strokes. I'm wondering if there is a better way available. setClass( Class='A', representation=representation( x='numeric' )
2007 Nov 02
0
loading installes package including all needed subpackages
...graph graph: A package to handle graph data structures graphics The R Graphics Package grDevices The R Graphics Devices and Support for Colours and Fonts grid The Grid Graphics Package GSEABase Gene set enrichment data structures and methods hgu133a Affymetrix Human Genome U133 Set Annotation Data (hgu133a) hgu95av2 Affymetrix Human Genome U95 Set Annotation Data (hgu95av2) hgu95av2.db...
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is