lambda {dsmmR} | R Documentation |
lambda genome
Description
Contains the complete genome of the Escherichia phage Lambda.
Usage
data("lambda", package = "dsmmR")
data(lambda, package = "dsmmR") # equivalent.
# The following requires the package to be loaded,
# e.g. through `library(dsmmR)`.
data("lambda")
data(lambda)
Format
A vector object of type "character"
and length of 48502.
It has class of "Rdata"
.
References
Sanger, F., Coulson, A. R., Hong, G. F., Hill, D. F., & Petersen, G. B.
(1982). Nucleotide sequence of bacteriophage \lambda
DNA.
Journal of molecular biology, 162(4), 729-773.
See Also
Examples
data("lambda", package = "dsmmR")
class(lambda)
sequence <- c(lambda) # Convert to "character" class
str(sequence)
[Package dsmmR version 1.0.5 Index]