Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ec999

999 coding sequences from E. coli


Description

This dataset contains 999 coding sequences from the Escherichia coli chromosome

Usage

data(ec999)

Format

List of 999 vectors of characters, one for each coding sequence.

ECFOLE.FOLE

chr [1:672] "A" "T" "G" "C" ...

ECMSBAG.MSBA

chr [1:1749] "A" "T" "G" "C" ...

ECNARZYW-C.NARV

chr [1:681] "A" "T" "G" "A" ...

...

... TRUNCATED ...

XYLEECOM.MALK

chr [1:1116] "A" "T" "G" "G" ...

XYLEECOM.LAMB

chr [1:1341] "A" "T" "G" "A" ...

XYLEECOM.MALM

chr [1:921] "A" "T" "G" "A" ...

References

Lobry, J.R., Gautier, C. (1994) Hydrophobicity, expressivity and aromaticity are the major trends of amino-acid usage in 999 Escherichia coli chromosome-encode genes. Nucleic Acids Research,22:3174-3180.

citation("seqinr")

Examples

data(ec999)
#
# How to export sequences in a FASTA file:
#
fname <- tempfile(pattern = "ecc999", tmpdir = tempdir(), fileext = "ffn")
tempdir(check = FALSE)
write.fasta(ec999, names(ec999), file = fname)

seqinr

Biological Sequences Retrieval and Analysis

v4.2-16
GPL (>= 2)
Authors
Delphine Charif [aut], Olivier Clerc [ctb], Carolin Frank [ctb], Jean R. Lobry [aut, cph], Anamaria Necşulea [ctb], Leonor Palmeira [ctb], Simon Penel [cre], Guy Perrière [ctb]
Initial release
2022-05-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.