gbReference-class: Generator object for the '"gbReference"' reference class

Description Arguments Methods Methods Fields Extends Examples

Description

Generator object for the "gbReference" reference class

Generates an object representing a GenBank REFERENCE field.

Arguments

...

List of arguments.

Methods

to_string(write_to_file = FALSE)

Generate a character string representation of a GenBank reference

Methods

#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.

Fields

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.

Extends

All reference classes extend and inherit methods from "envRefClass".

Examples

1
showClass("gbReference")

biofiles documentation built on May 2, 2019, 3:31 p.m.