lambda | R Documentation |
Contains the complete genome of the Escherichia phage Lambda.
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)
A vector object of type "character"
and length of 48502.
It has class of "Rdata"
.
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.
data
data("lambda", package = "dsmmR")
class(lambda)
sequence <- c(lambda) # Convert to "character" class
str(sequence)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.