PDInfoPkgSeed-class {pdInfoBuilder}R Documentation

Class "PDInfoPkgSeed"

Description

This class represents platform design (PD) packages.

Objects from the Class

Objects can be created by calls of the form new("PDInfoPkgSeed", ...).

Slots

chipName:
Name of the chip or platform
manufacturer:
chip/platform manufacturer
genomebuild:
The genome build this platform is based upon.
pdInfoObjectName:
Name of the R object that will be made available in a generated pdInfo package.
geometry:
Used to describe the geometry of the platform.
name:
The name of the package.
version:
A character vector giving the version number of the package.
license:
The license of the package
author:
Author of the package
email:
An email address to use in the Maintainer field
url:
URL
biocViews:
Character data for the biocViews field of the DESCRIPTION file

Extends

Class "PkgSeed", directly.

Methods

No methods defined with class "PDInfoPkgSeed" in the signature.

Author(s)

Seth Falcon

Examples

showClass("PDInfoPkgSeed")

[Package pdInfoBuilder version 1.0.0 Index]