- Home
- Bioconductor 3.23
- Software Packages
- TOP (development version)
TOP
This is the development version of TOP; for the stable release version, see TOP.
TOP Constructs Transferable Model Across Gene Expression Platforms
DOI: 10.18129/B9.bioc.TOP
Bioconductor version: Development (3.23)
TOP constructs a transferable model across gene expression platforms for prospective experiments. Such a transferable model can be trained to make predictions on independent validation data with an accuracy that is similar to a re-substituted model. The TOP procedure also has the flexibility to be adapted to suit the most common clinical response variables, including linear response, binomial and Cox PH models.
Author: Harry Robertson [aut, cre] ORCID iD ORCID: 0000-0001-9203-3894 , Nicholas Robertson [aut]
Maintainer: Harry Robertson <harry.robertson at sydney.edu.au>
citation("TOP")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("TOP")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("TOP")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.