Tag: RDAVIDWebService

Bioconductor – Category

    This package is for version 2.14 of Bioconductor; for the stable, up-to-date release version, see Category. Category Analysis Bioconductor version: 2.14 A collection of tools for performing category analysis. Author: R. Gentleman with contributions from S. Falcon and D.Sarkar Maintainer: Bioconductor Package Maintainer <maintainer at bioconductor.org> Citation (from…

Continue Reading Bioconductor – Category

Bioconductor – CompGO

DOI: 10.18129/B9.bioc.CompGO     This package is deprecated. It will probably be removed from Bioconductor. Please refer to the package end-of-life guidelines for more information. This package is for version 3.13 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see CompGO. An…

Continue Reading Bioconductor – CompGO

Bioconductor – Rgraphviz

DOI: 10.18129/B9.bioc.Rgraphviz     This package is for version 3.13 of Bioconductor; for the stable, up-to-date release version, see Rgraphviz. Provides plotting capabilities for R graph objects Bioconductor version: 3.13 Interfaces R with the AT and T graphviz library for plotting R graph objects from the graph package. Author: Kasper…

Continue Reading Bioconductor – Rgraphviz

Bioconductor – RDAVIDWebService

DOI: 10.18129/B9.bioc.RDAVIDWebService     This package is for version 3.12 of Bioconductor; for the stable, up-to-date release version, see RDAVIDWebService. An R Package for retrieving data from DAVID into R objects using Web Services API. Bioconductor version: 3.12 Tools for retrieving data from the Database for Annotation, Visualization and Integrated…

Continue Reading Bioconductor – RDAVIDWebService

Converting an S4 object into a dataframe in R

I have an S4 object named ‘res’ which I got while using an R package called RDAVIDWebService. I can’t seem to find a way to convert this object into a dataframe in R. I tried using the function ‘as.data.frame(res)’ but it throws this error: > as.data.frame(res) Error in as.data.frame.default(res) :…

Continue Reading Converting an S4 object into a dataframe in R