aafSNP-class {GGtools}R Documentation

Class "aafSNP" – container for HTML rendering of SNP metadata

Description

Class "aafSNP" – container for HTML rendering of SNP metadata

Objects from the Class

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

Slots

.Data:
Object of class "character" will typically hold rs ids from dbSNP

Extends

Class "character", from data part.

Methods

The constructor has the same name, and operates on a list of character vectors. It is expected that you would have a vector of rs numbers for each gene, thus a list of vectors with elements corresponding to genes.

getURL, getHTML are defined; see getURL, for example. Apes the handling of UniGene links.

Examples

showClass("aafSNP")

[Package GGtools version 3.2.0 Index]