- Home
- Bioconductor 3.23
- Software Packages
- pdInfoBuilder (development version)
pdInfoBuilder
This is the development version of pdInfoBuilder; for the stable release version, see pdInfoBuilder.
Platform Design Information Package Builder
Bioconductor version: Development (3.23)
Builds platform design information packages. These consist of a SQLite database containing feature-level data such as x, y position on chip and featureSet ID. The database also incorporates featureSet-level annotation data. The products of this packages are used by the oligo pkg.
Author: Seth Falcon, Vince Carey, Matt Settles, Kristof de Beuf, Benilton Carvalho
Maintainer: Benilton Carvalho <benilton at unicamp.br>
citation("pdInfoBuilder")):
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("pdInfoBuilder")
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("pdInfoBuilder")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.