biocViews (version 1.36.2)

BiocView-class: Class "BiocView"

Description

Representation of of Bioconductor "view".

Arguments

Objects from the Class

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

Slots

name:
Object of class "character" giving the name of the view.
subViews:
Object of class "character" giving the names of the subviews of this view.
parentViews:
Object of class "character" giving the names of the views that are this view's parents.
Title:
Object of class "character" giving longer description of view?
reposRoot:
Object of class "character" URL for repository
homeUrl:
Object of class "character" ?
htmlDir:
Object of class "character" ?
packageList:
Object of class "list" consisting of PackageDetail-class objects

Extends

Class "RepositoryDetail", directly. Class "Htmlized", directly.

Methods

coerce
signature(from = "BiocView", to = "rdPackageTable"): ...
htmlDoc
signature(object = "BiocView"): ...
htmlFilename
signature(object = "BiocView"): ...
htmlValue
signature(object = "BiocView"): ...
show
signature(object = "BiocView"): ...