annaffy (version 1.44.0)

aafList-class: Class aafList, a specialized subclass of list

Description

A class for lists of annotation data objects.

Arguments

Objects from the Class

Objects are generally created by any of the annotation data constructors that are also part of this package. Objects can also be created manually by calls of the form new("aafList", list).

Slots

.Data:
Object of class list

Extends

Class list, from data part.

Methods

getText
(aafList): Returns a character vector containing textual representations of every item.
getURL
(aafList): Returns a character vector containing single URLs (if possible) of every item.
getHTML
(aafList): Returns a character vector containing HTML representations of every item.
getTD
(aafList): Returns a character vector containing HTML table cell representations of every item.
getCSS
(aafList): Returns getCSS() of the first item in the list.
[
(aafList): Returns a subset of aafList as another aafList object.