powered by
"gbReference"
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
'>gbReference
#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".
"'>envRefClass"
# NOT RUN { showClass("gbReference") # }
Run the code above in your browser using DataLab