aafPubMed-class: Class aafPubMed, a class for PubMed ids
Description
An abstraction for LocusLink ids from Bioconductor data packages.
Objects from the Class
Objects are generally created by the aafPubMed
constructor. Objects can also be created manually by calls of the
form new("aafPubMed", id)
.Slots
.Data
:- Object of class
integer
Extends
Class integer
, from data part.Methods
- getURL
-
(aafPubMed): Returns a single URL to the corresponding
abstracts in NCBI's PubMed database.
- getHTML
-
(aafPubMed): Returns an HTML link along with the number of
abstracts.
- getTD
-
(aafPubMed): Returns an HTML table cell representation with the
class set to "aafPubMed".
- getCSS
-
(aafPubMed): Returns a line of CSS which centers the PubMed
link.