powered by
"gbLocus"
Generator object for the "gbLocus" reference class
Generates an object representing a GenBank LOCUS line.
List of arguments (see NOTE)
#new(lnm, len, mtp, div, top, mdt, cdt)
Create a new '>gbLocus object
'>gbLocus
#to_string()
Create a string representation of a GenBank LOCUS field.
lnm
Locus name. Usually the accession number.
len
Sequence length; In bp or aa, depending on mtp.
mtp
Molecule type; NA, DNA, RNA, tRNA (transfer RNA), rRNA (ribosomal RNA), mRNA (messenger RNA), uRNA (small nuclear RNA), or AA (protein sequence). RNAs can be prefixes ss- (single-stranded), ds- (double-stranded), or ms- (mixed-stranded)
div
Genbank division.
top
Topology; linear, circular, or missing (NA).
NA
mdt
Modification date.
cdt
Create date.
All reference classes extend and inherit methods from "'>envRefClass".
"'>envRefClass"
# NOT RUN { showClass("gbLocus") # }
Run the code above in your browser using DataLab