Learn R Programming

biofiles (version 1.0.0)

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

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

Run this code
# NOT RUN {
showClass("gbReference")
# }

Run the code above in your browser using DataLab