Description Arguments Methods Methods Fields Extends Examples
Generator object for the "gbReference" reference class
Generates an object representing a GenBank REFERENCE field.
... |
List of arguments. |
to_string(write_to_file = FALSE)Generate a character string representation of a GenBank reference
#new(refline, authors, consrtm, title, journal, pubmed, remark):Create a new gbReference object
#to_string(write_to_file = FALSE):Create a string representation of for GenBank article citations.
refline:Top line of a reference entry.
authors: Authors of the citation. Mandatory or consrtm.
consrtm:The collective names of consortiums. Optional.
title:Full title of citation. Optional.
journal:The journal name, volume, year, and page numbers of the citation. Mandatory.
pubmed:The PubMed unique identifier for a citation. Optional.
remark:The relevance of a citation. Optional.
All reference classes extend and inherit methods from
"envRefClass".
1 | showClass("gbReference")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.